add X_LIBS to the binaries
This commit is contained in:
parent
637ba6cf5c
commit
6fd8c6f5fc
1 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,8 @@ render_rendertest_LDADD = \
|
|||
render/libobrender.la \
|
||||
$(XFT_LIBS) \
|
||||
$(GLIB_LIBS) \
|
||||
$(XML_LIBS)
|
||||
$(XML_LIBS) \
|
||||
$(X_LIBS)
|
||||
render_rendertest_SOURCES = render/test.c
|
||||
|
||||
render_libobrender_la_CPPFLAGS = \
|
||||
|
@ -52,8 +53,6 @@ render_libobrender_la_CPPFLAGS = \
|
|||
$(XML_CFLAGS) \
|
||||
-DG_LOG_DOMAIN=\"ObRender\" \
|
||||
-DDEFAULT_THEME=\"$(theme)\"
|
||||
render_libobrender_la_LIBADD = \
|
||||
$(X_LIBS)
|
||||
render_libobrender_la_LDFLAGS = \
|
||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
||||
render_libobrender_la_SOURCES = \
|
||||
|
@ -114,6 +113,7 @@ openbox_openbox_LDADD = \
|
|||
$(VIDMODE_LIBS) \
|
||||
$(XSHAPE_LIBS) \
|
||||
$(GLIB_LIBS) \
|
||||
$(X_LIBS) \
|
||||
$(LIBSN_LIBS) \
|
||||
$(XML_LIBS) \
|
||||
$(EFENCE_LIBS) \
|
||||
|
|
Loading…
Reference in a new issue