mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
Install headers into $includedir/gstreamer-0.10/gst not .../pygst/
This matches the directory layout in the source tree and makes it possible to find the headers (e.g. from g-e-s) in an uninstalled setup. https://bugzilla.gnome.org/show_bug.cgi?id=657435
This commit is contained in:
parent
96828015e9
commit
bf9deb812b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ defsdir = $(pkgdatadir)/$(GST_MAJORMINOR)/defs
|
|||
|
||||
noinst_HEADERS = pygst-private.h
|
||||
|
||||
pygst_installdir = $(includedir)/gstreamer-@GST_MAJORMINOR@/pygst/
|
||||
pygst_installdir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/
|
||||
pygst_install_HEADERS = pygst.h common.h pygstvalue.h pygstminiobject.h pygstexception.h
|
||||
|
||||
versioned_overrides = \
|
||||
|
|
Loading…
Reference in a new issue