diff options
author | Benjamin Otte <otte@gnome.org> | 2003-11-12 03:06:07 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-11-12 03:06:07 +0000 |
commit | d8d8ee231d9afd541358e7b0d37f9f064a07f802 (patch) | |
tree | 7187213f296a0f43ce12f6e75f5e6c9203d4ab37 /gst-libs | |
parent | 857b8f643c14fb277c9430068179385ff3ac31bf (diff) | |
download | gst-plugins-bad-d8d8ee231d9afd541358e7b0d37f9f064a07f802.tar.gz gst-plugins-bad-d8d8ee231d9afd541358e7b0d37f9f064a07f802.tar.bz2 gst-plugins-bad-d8d8ee231d9afd541358e7b0d37f9f064a07f802.zip |
fix build system for X, XShm and Xv
Original commit message from CVS:
fix build system for X, XShm and Xv
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index 2ccefbd0..68d20eb7 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -4,7 +4,7 @@ else GCONF_DIR= endif -if USE_XFREE +if USE_X X_DIR=xwindowlistener else X_DIR= |