patch to fix some xft linking
This commit is contained in:
parent
f553badc27
commit
2deff37326
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ render_libobrender_la_CPPFLAGS = \
|
||||||
-DDEFAULT_THEME=\"$(theme)\"
|
-DDEFAULT_THEME=\"$(theme)\"
|
||||||
render_libobrender_la_LDFLAGS = \
|
render_libobrender_la_LDFLAGS = \
|
||||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
||||||
|
render_libobrender_la_LIBADD = \
|
||||||
|
$(X_LIBS) \
|
||||||
|
$(XFT_LIBS) \
|
||||||
|
$(GLIB_LIBS) \
|
||||||
|
$(XML_LIBS)
|
||||||
render_libobrender_la_SOURCES = \
|
render_libobrender_la_SOURCES = \
|
||||||
gettext.h \
|
gettext.h \
|
||||||
render/color.h \
|
render/color.h \
|
||||||
|
|
Loading…
Reference in a new issue