repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git]
/
dconf-qt
/
02_link_again_dconf_dbus.patch
blob
4f2686db31278663959c2589f72bd18c4dfe4c03
1
--- dconf-qt-0.0.0.110722.orig/lib/CMakeLists.txt
2
+++ dconf-qt-0.0.0.110722/lib/CMakeLists.txt
3
@@ -27,6 +27,8 @@ target_link_libraries(${LIB_NAME}
4
${QT_QTGUI_LIBRARIES}
5
${QT_QTDBUS_LIBRARIES}
6
${QT_QTCORE_LIBRARIES}
7
+ ${GLIB_LIBRARIES}
8
+ ${DCONF_DBUS_LIBRARIES}
9
)
10
11
set(INCLUDE_INSTALL_DIR include/${LIB_NAME})