typo
This commit is contained in:
parent
3f6333a33d
commit
005d880453
|
@ -19,7 +19,7 @@
|
||||||
# use pkg-config to get the directories and then use these values
|
# use pkg-config to get the directories and then use these values
|
||||||
# in the FIND_PATH() and FIND_LIBRARY() calls
|
# in the FIND_PATH() and FIND_LIBRARY() calls
|
||||||
find_package(PkgConfig)
|
find_package(PkgConfig)
|
||||||
pkg_search_modules(PC_POLKIT polkit-gobject-1 polkit)
|
pkg_search_module(PC_POLKIT polkit-gobject-1 polkit)
|
||||||
#pkg_check_modules(PC_POLKIT_AGENT polkit-agent-1)
|
#pkg_check_modules(PC_POLKIT_AGENT polkit-agent-1)
|
||||||
set(POLKIT_DEFINITIONS ${PC_POLKIT_CFLAGS_OTHER})
|
set(POLKIT_DEFINITIONS ${PC_POLKIT_CFLAGS_OTHER})
|
||||||
endif (NOT WIN32)
|
endif (NOT WIN32)
|
||||||
|
|
Loading…
Reference in New Issue