Skip to content

Commit

Permalink
Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Sep 4, 2016
1 parent b73f977 commit 502c2d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ set(VALA_FILES_CORE
snconfig.vala
snitemproxy.vala
qrichtextparser.vala
${CMAKE_CURRENT_BINARY_DIR}/config.vala
)
macro(precompile_core)
vala_precompile(VALA_C_CORE sntray-core
Expand Down Expand Up @@ -74,6 +73,7 @@ set(VALA_FILES_XFCE xfce4-sntray-applet.vala)
if (ENABLE_XFCE)
vala_precompile(VALA_C_XFCE sntray-xfce
${VALA_FILES_XFCE}
${CMAKE_CURRENT_BINARY_DIR}/config.vala
PACKAGES
gtk+-3.0
vala-panel-sntray
Expand Down Expand Up @@ -147,6 +147,7 @@ set(VALA_FILES_MATE mate-sntray-applet.vala)
if (ENABLE_MATE)
vala_precompile(VALA_C_MATE sntray-mate
${VALA_FILES_MATE}
${CMAKE_CURRENT_BINARY_DIR}/config.vala
PACKAGES
gdk-3.0
gtk+-3.0
Expand Down

0 comments on commit 502c2d2

Please sign in to comment.