forked from AuroraMiddleware/gtk
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:
parent
9c84fa127a
commit
7d5826ccf7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user