# HG changeset patch # User Andre Heinecke # Date 1402923482 -7200 # Node ID 9cdc14373a5d27d0bb8267c19e29db5b4a3390b2 # Parent 97af3f625b38c09d58bd4c4f82c127ea8ed58da8 (issue #16) use qt with fontconfig diff -r 97af3f625b38 -r 9cdc14373a5d INSTALL --- a/INSTALL Fri Jun 13 12:09:07 2014 +0200 +++ b/INSTALL Mon Jun 16 14:58:02 2014 +0200 @@ -31,7 +31,7 @@ ./configure --prefix=$YOURPREFIX \ -opensource \ -release -nomake tests -nomake examples -confirm-license \ - -static -no-cups -no-nis -no-icu -no-fontconfig \ + -static -no-cups -no-nis -no-icu -fontconfig \ -no-directfb -no-opengl -no-kms -no-eglfs -no-egl -no-openssl -no-glib nice make -j8 make install diff -r 97af3f625b38 -r 9cdc14373a5d ui/CMakeLists.txt --- a/ui/CMakeLists.txt Fri Jun 13 12:09:07 2014 +0200 +++ b/ui/CMakeLists.txt Mon Jun 16 14:58:02 2014 +0200 @@ -78,7 +78,7 @@ -lxcb -lxcb-image -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-shm -lxcb-randr ${XKBCOMMON_LIB} -lxcb-shape -lxcb-keysyms -lQt5PlatformSupport -lfreetype -lQt5DBus -lQt5Gui -ljpeg -lpng -lQt5Core - -lz -lm -ldl -lrt -lpthread) + -lz -lm -ldl -lrt -lpthread -lfontconfig) set(EXTRA_STATIC_LIBS -lz -lpthread -ldl -lpng -ljpeg Qt5::QXcbIntegrationPlugin ${XCB_EXTRA_LIBS})