mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
gstreamer.pc.in: exec_prefix must be defined before libexecdir
This commit is contained in:
parent
5a7db17caf
commit
162c59b4a4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
libexecdir=@libexecdir@
|
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
|
libexecdir=@libexecdir@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
||||||
toolsdir=${exec_prefix}/bin
|
toolsdir=${exec_prefix}/bin
|
||||||
|
|
Loading…
Reference in a new issue