mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: remove redundant check for GLIB2 package
now playing Plasma engine was removed, keyboard control program does not require it either Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
5f462cad87
commit
4e6f84ed33
1 changed files with 0 additions and 8 deletions
|
@ -100,14 +100,6 @@ if(Q_WS_X11)
|
|||
endif()
|
||||
endif(Q_WS_X11)
|
||||
|
||||
macro_optional_find_package(GLIB2 2.0)
|
||||
set_package_properties(GLIB2 PROPERTIES
|
||||
DESCRIPTION "Low-level core library for data structure handling, portability wrappers, etc."
|
||||
URL "http://www.gtk.org"
|
||||
PURPOSE "Needed to build the kxkb keyboard map control program and provide XMMS support in the Now Playing Plasma data engine"
|
||||
TYPE OPTIONAL
|
||||
)
|
||||
|
||||
macro_optional_find_package(Fontconfig)
|
||||
set_package_properties(Fontconfig PROPERTIES
|
||||
DESCRIPTION "Font access configuration library"
|
||||
|
|
Loading…
Add table
Reference in a new issue