mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sdl2: Remove obsolete workaround.
* gnu/packages/sdl.scm (sdl2)[arguments]: Remove #:make-flags.
This commit is contained in:
parent
d930b0261c
commit
7bfb7a5964
1 changed files with 0 additions and 9 deletions
|
@ -130,15 +130,6 @@ joystick, and graphics hardware.")
|
||||||
((#:configure-flags flags)
|
((#:configure-flags flags)
|
||||||
`(append '("--disable-wayland-shared" "--enable-video-kmsdrm"
|
`(append '("--disable-wayland-shared" "--enable-video-kmsdrm"
|
||||||
"--disable-kmsdrm-shared")
|
"--disable-kmsdrm-shared")
|
||||||
,flags))
|
|
||||||
((#:make-flags flags ''())
|
|
||||||
;; Add the Fcitx header files to GCCs "system header" search path
|
|
||||||
;; in order to suppress compiler warnings induced by those:
|
|
||||||
;; .../include/fcitx-utils/utarray.h:178:9: error: ISO C90 forbids
|
|
||||||
;; mixed declarations and code [-Werror=declaration-after-statement]
|
|
||||||
`(append (list (string-append "C_INCLUDE_PATH="
|
|
||||||
(assoc-ref %build-inputs "fcitx")
|
|
||||||
"/include"))
|
|
||||||
,flags))))
|
,flags))))
|
||||||
(inputs
|
(inputs
|
||||||
;; SDL2 needs to be built with ibus support otherwise some systems
|
;; SDL2 needs to be built with ibus support otherwise some systems
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue