mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 11:50:21 +00:00
d6fc0d6c94
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',
|
|
])
|