[libwnck/gtk3] build: wnckprop requires -lX11



commit 3f1609f8b812f945c858b01508ba8c78dd89a08f
Author: Diego Escalante Urrelo <descalante igalia com>
Date:   Sun Jan 9 01:35:52 2011 -0500

    build: wnckprop requires -lX11
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639041

 libwnck/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libwnck/Makefile.am b/libwnck/Makefile.am
index daa17d9..0a61747 100644
--- a/libwnck/Makefile.am
+++ b/libwnck/Makefile.am
@@ -96,7 +96,7 @@ test_tasklist_SOURCES = test-tasklist.c
 test_selector_SOURCES = test-selector.c
 test_pager_SOURCES = test-pager.c
 
-wnckprop_LDADD = $(LIBWNCK_LIBS) ./$(lib_LTLIBRARIES)
+wnckprop_LDADD = $(LIBWNCK_LIBS) $(XLIB_LIBS) ./$(lib_LTLIBRARIES)
 wnck_urgency_monitor_LDADD = $(LIBWNCK_LIBS) ./$(lib_LTLIBRARIES)
 test_wnck_LDADD = $(LIBWNCK_LIBS) ./$(lib_LTLIBRARIES)
 test_tasklist_LDADD = $(LIBWNCK_LIBS) ./$(lib_LTLIBRARIES)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]