gdk: Fix up introspection build

Referring to files across directories is not
easy, we need to use files() in just the right
way to make this work.
This commit is contained in:
Matthias Clasen 2023-05-21 09:46:49 -04:00
parent 4e71bd92aa
commit d6fc0d6c94

View File

@ -1,7 +1,7 @@
gdk_deprecated_sources = [
'deprecated/gdkpixbuf.c',
]
gdk_deprecated_sources = files([
'gdkpixbuf.c',
])
gdk_deprecated_headers = [
'deprecated/gdkpixbuf.h',
]
gdk_deprecated_headers = files([
'gdkpixbuf.h',
])