mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-10 04:15:51 +00:00
add rpm recipe
This commit is contained in:
@ -27,6 +27,7 @@ message(STATUS "Build date: ${CURRENT_DATE}")
|
||||
|
||||
option(BUILD_PLASMOIDS "Build plasmoids" ON)
|
||||
option(BUILD_DEB_PACKAGE "Build deb package" OFF)
|
||||
option(BUILD_RPM_PACKAGE "Build rpm package" OFF)
|
||||
|
||||
# flags
|
||||
if(CMAKE_COMPILER_IS_GNUCXX)
|
||||
@ -66,3 +67,6 @@ endif()
|
||||
if(BUILD_DEB_PACKAGE)
|
||||
include(deb-recipe.cmake)
|
||||
endif()
|
||||
if(BUILD_RPM_PACKAGE)
|
||||
include(rpm-recipe.cmake)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user