mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
pyges: Do not try to build the bindings if no python found
This commit is contained in:
parent
f1d8151f63
commit
08be3bd93b
1 changed files with 5 additions and 1 deletions
|
@ -1 +1,5 @@
|
|||
SUBDIRS = python
|
||||
SUBDIRS =
|
||||
|
||||
if WITH_PYTHON
|
||||
SUBDIRS += python
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue