[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 11/13: Build as module.
noreply at xfce.org
noreply at xfce.org
Sat Aug 20 18:33:55 CEST 2016
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to annotated tag v1.1.1
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 78c923df8214e37f25141a07bce959f1e2c06741
Author: Graeme Gott <graeme at gottcode.org>
Date: Thu Aug 8 05:10:55 2013 -0400
Build as module.
---
src/CMakeLists.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index dade67d..09baf28 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,11 +1,11 @@
set(WHISKERMENU_FLAGS "-Wall -Wextra")
if(ENABLE_WERROR)
- set(WHISKERMENU_FLAGS "${WHISKERMENU_FLAGS} -Werror")
+ set(WHISKERMENU_FLAGS "${WHISKERMENU_FLAGS} -Werror")
endif()
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${WHISKERMENU_FLAGS}")
set(CMAKE_CXX_FLAGS "-fvisibility=hidden ${WHISKERMENU_FLAGS} ${CMAKE_CXX_FLAGS}")
if(ENABLE_AS_NEEDED)
- set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed ${CMAKE_SHARED_LINKER_FLAGS}")
+ set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed ${CMAKE_SHARED_LINKER_FLAGS}")
endif()
find_package(GTK2 REQUIRED)
@@ -61,7 +61,7 @@ if(${DISABLE_DEPRECATED})
-DGTK_DISABLE_DEPRECATED=1)
endif()
-add_library(whiskermenu SHARED
+add_library(whiskermenu MODULE
applications_page.cpp
category.cpp
configuration_dialog.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list