mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-27 12:46:43 +01:00
gnu: arcan: Build all features.
* gnu/packages/arcan.scm (arcan): Build all features. [arguments]: Use #:configure-flags "-DBUILD_PRESET=everything" to build all features, and "-DDISTR_TAG='Guix'" to tag the builds. [synopsis]: Remove '(egl-dri)' since it indicates a specific feature. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
cb037ca494
commit
8bcf567c71
1 changed files with 3 additions and 6 deletions
|
@ -79,11 +79,8 @@ (define-public arcan
|
||||||
(delete-file-recursively "external/sqlite")))))
|
(delete-file-recursively "external/sqlite")))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DCMAKE_C_FLAGS=-fcommon"
|
`(#:configure-flags '("-DBUILD_PRESET=everything"
|
||||||
"-DVIDEO_PLATFORM=egl-dri" "-DBUILTIN_LUA=off"
|
"-DDISTR_TAG='Guix'")
|
||||||
"-DSTATIC_OPENAL=off""-DENABLE_LWA=on"
|
|
||||||
"-DSTATIC_SQLITE3=off" "-DSTATIC_FREETYPE=off"
|
|
||||||
"-DSHMIF_TUI_ACCEL=on")
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Normally, it tries to fetch patched openal with git
|
;; Normally, it tries to fetch patched openal with git
|
||||||
|
@ -167,7 +164,7 @@ (define-public arcan
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config ruby)) ; For documentation and testing
|
(list pkg-config ruby)) ; For documentation and testing
|
||||||
(home-page "https://arcan-fe.com")
|
(home-page "https://arcan-fe.com")
|
||||||
(synopsis "Display server, multimedia framework and game engine (egl-dri)")
|
(synopsis "Display server, multimedia framework and game engine")
|
||||||
(description "Arcan is a development framework for creating virtually
|
(description "Arcan is a development framework for creating virtually
|
||||||
anything from user interfaces for specialized embedded applications
|
anything from user interfaces for specialized embedded applications
|
||||||
all the way to full-blown desktop environments. At its heart lies a multimedia
|
all the way to full-blown desktop environments. At its heart lies a multimedia
|
||||||
|
|
Loading…
Reference in a new issue