Skip to content

Commit

Permalink
Make PolicyKit requirement optional
Browse files Browse the repository at this point in the history
With the PolicyKit agent being a separate process we can allow people
building this module without it.

Issue: #146
  • Loading branch information
plfiorini committed Feb 25, 2014
1 parent 2566362 commit 89674aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -100,7 +100,7 @@ pkg_check_modules(systemd libsystemd-daemon)
set(HAVE_SYSTEMD ${systemd_FOUND})

# Find polkit-qt-1
find_package(PolkitQt-1 REQUIRED)
find_package(PolkitQt-1)

# Subdirectories
add_subdirectory(data)
Expand Down

0 comments on commit 89674aa

Please sign in to comment.