mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kinfocenter: pci module does not require zlib
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
47c08dfdf4
commit
09a2ce391f
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ if(PCIUTILS_FOUND)
|
|||
|
||||
kde4_add_plugin(kcm_pci ${KCM_PCI_PART_SRCS})
|
||||
|
||||
target_link_libraries(kcm_pci ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${PCIUTILS_LIBRARIES} ${X11_LIBRARIES} ${ZLIB_LIBRARIES})
|
||||
target_link_libraries(kcm_pci ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${PCIUTILS_LIBRARIES} ${X11_LIBRARIES})
|
||||
|
||||
|
||||
else(PCIUTILS_FOUND)
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include <kseparator.h>
|
||||
|
||||
#ifdef HAVE_PCIUTILS
|
||||
#include "kpci.h"
|
||||
# include "kpci.h"
|
||||
#endif //HAVE_PCIUTILS
|
||||
|
||||
K_PLUGIN_FACTORY(KCMPciFactory, registerPlugin<KCMPci>();)
|
||||
|
|
Loading…
Add table
Reference in a new issue