mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
pkgconfig: fix -uninstalled pc file
pcfiledir was never defined so the paths were wrong. https://bugzilla.gnome.org/show_bug.cgi?id=776867
This commit is contained in:
parent
42f270e7f2
commit
3a911a2f58
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst/rtsp-server/.libs
|
||||
includedir=${pcfiledir}/..
|
||||
libdir=@abs_top_builddir@/gst/rtsp-server/.libs
|
||||
includedir=@abs_top_builddir@
|
||||
|
||||
Name: gst-rtsp-server
|
||||
Description: GStreamer based RTSP server
|
||||
|
|
Loading…
Reference in a new issue