build: Fix vulkan reference in pc file

A mistake in string concatenation caused the vulcan dependency to be omitted.

Fixes: https://gitlab.gnome.org/GNOME/gtk/-/issues/3517
This commit is contained in:
Jan Tojnar 2020-12-27 06:42:29 +01:00
parent 9c84fa127a
commit 7d5826ccf7
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

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)