Referring to files across directories is not easy, we need to use files() in just the right way to make this work.
8 lines
107 B
Meson
8 lines
107 B
Meson
gdk_deprecated_sources = files([
|
|
'gdkpixbuf.c',
|
|
])
|
|
|
|
gdk_deprecated_headers = files([
|
|
'gdkpixbuf.h',
|
|
])
|