mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 05:31:15 +00:00
pkgconfig: We require pygobject and not pygtk. Fixes #578435
This commit is contained in:
parent
ec44907858
commit
20a79de515
2 changed files with 2 additions and 2 deletions
|
@ -15,6 +15,6 @@ pyexecdir=${pcfiledir}/..
|
||||||
|
|
||||||
Name: gst-python uninstalled
|
Name: gst-python uninstalled
|
||||||
Description: Python bindings for GStreamer, not installed
|
Description: Python bindings for GStreamer, not installed
|
||||||
Requires: pygtk-2.0, gstreamer-@GST_MAJORMINOR@
|
Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
#Cflags: -I${gstpythonincludedir}
|
#Cflags: -I${gstpythonincludedir}
|
||||||
|
|
|
@ -14,6 +14,6 @@ defsdir=${datadir}/gst-python/@GST_MAJORMINOR@/defs
|
||||||
|
|
||||||
Name: gst-python
|
Name: gst-python
|
||||||
Description: Python bindings for GStreamer
|
Description: Python bindings for GStreamer
|
||||||
Requires: pygtk-2.0, gstreamer-@GST_MAJORMINOR@
|
Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Cflags: -I${gstpythonincludedir}
|
Cflags: -I${gstpythonincludedir}
|
||||||
|
|
Loading…
Reference in a new issue