mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
12 lines
369 B
PkgConfig
12 lines
369 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
|
|
|
Name: GStreamer Vulkan
|
|
Description: GStreamer Vulkan support
|
|
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ gstreamer-video-@GST_API_VERSION@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstvulkan-@GST_API_VERSION@
|
|
Cflags: -I${includedir}
|
|
|