summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-02-17 17:21:49 +0000
committerphintuka <phintuka>2009-02-17 17:21:49 +0000
commit0c7e277cbacb5c070e871f16917b1d981d18aecd (patch)
tree3d2bffc3f15af43906cf7e00f02f51f427d13a1e
parent19f7628bbc899848cc88076c9db6f339a9e17099 (diff)
downloadxineliboutput-0c7e277cbacb5c070e871f16917b1d981d18aecd.tar.gz
xineliboutput-0c7e277cbacb5c070e871f16917b1d981d18aecd.tar.bz2
Fixed make depend
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3c4562d6..c5868ace 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'xineliboutput.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile,v 1.81 2009-02-17 16:14:14 phintuka Exp $
+# $Id: Makefile,v 1.82 2009-02-17 17:21:49 phintuka Exp $
#
# The official name of this plugin.
@@ -213,8 +213,7 @@ OBJS_SXFE = xine_sxfe_frontend.o $(OBJS_FE)
OBJS_FBFE_SO = xine_fbfe_frontend.o $(OBJS_FE_SO)
OBJS_FBFE = xine_fbfe_frontend.o $(OBJS_FE)
-
-ifeq ($(HAVE_DBUS_GLIB_1), yes)
+ifneq ($(HAVE_DBUS_GLIB_1), no)
OBJS_SXFE += tools/gnome_screensaver.o
OBJS_SXFE_SO += tools/gnome_screensaver.o
endif