mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
Don't try to build the marshall stuff with the gtk shims
Original commit message from CVS: Don't try to build the marshall stuff with the gtk shims
This commit is contained in:
parent
deef4ecb49
commit
97032976ae
1 changed files with 4 additions and 0 deletions
|
@ -134,7 +134,11 @@ cothreads.o: $(srcdir)/cothreads.c $(srcdir)/cothreads.h $(srcdir)/gst_private.h
|
||||||
|
|
||||||
##### Other built sources #####
|
##### Other built sources #####
|
||||||
|
|
||||||
|
if USE_GLIB2
|
||||||
BUILT_SOURCES = gstmarshal.h gstmarshal.c
|
BUILT_SOURCES = gstmarshal.h gstmarshal.c
|
||||||
|
else
|
||||||
|
BUILT_SOURCES =
|
||||||
|
endif
|
||||||
|
|
||||||
# Generate both marshal files together. Makes dependency work easier.
|
# Generate both marshal files together. Makes dependency work easier.
|
||||||
gstmarshal.h: gstmarshal.list
|
gstmarshal.h: gstmarshal.list
|
||||||
|
|
Loading…
Reference in a new issue