Merge branch 'wip/jtojnar/trivial-fix-pc-vulcan' into 'master'

build: Fix vulkan reference in pc file

Closes #3517

See merge request GNOME/gtk!3006
This commit is contained in:
Matthias Clasen 2020-12-27 17:06:52 +00:00
commit d752828977

View File

@ -723,7 +723,7 @@ if cairogobj_pkg_found
endif
if vulkan_pkg_found
gdk_packages += 'vulkan'
gdk_packages += ' vulkan'
endif
pkgconf.set('GDK_PACKAGES', gdk_packages)