mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
generic: lookup libdbusmenu-qt via macro_optional_find_package()
This commit is contained in:
parent
d7255aa3b1
commit
da3470ce46
1 changed files with 2 additions and 2 deletions
|
@ -110,11 +110,11 @@ set_package_properties(Libintl PROPERTIES
|
|||
PURPOSE "Enables KDE to be available in many different languages"
|
||||
)
|
||||
|
||||
find_package(DBusMenuQt)
|
||||
macro_optional_find_package(DBusMenuQt)
|
||||
set_package_properties(DBusMenuQt PROPERTIES
|
||||
DESCRIPTION "Support for notification area menus via the DBusMenu protocol"
|
||||
URL "https://launchpad.net/libdbusmenu-qt"
|
||||
TYPE OPTIONAL
|
||||
TYPE RECOMMENDED
|
||||
)
|
||||
|
||||
################# Disallow in-source build #################
|
||||
|
|
Loading…
Add table
Reference in a new issue