Skip to content

Commit

Permalink
Registrar: can be disabled in build.
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Mar 11, 2018
1 parent eaa6a36 commit 553ce49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion subprojects/CMakeLists.txt
@@ -1,3 +1,7 @@
add_subdirectory(appmenu-gtk-module)
ADD_SUBDIRECTORY(jayatana)
ADD_SUBDIRECTORY(registrar)
option(ENABLE_REGISTRAR "Enable Appmenu Registrar" ON)

if(ENABLE_REGISTRAR)
ADD_SUBDIRECTORY(registrar)
endif()

0 comments on commit 553ce49

Please sign in to comment.