mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: wxwidgets: Add a debug output.
* gnu/packages/wxwidgets.scm (wxwidgets) [outputs]: New field. [arguments]: Add --enable-debug_info to #:configure-flags argument.
This commit is contained in:
parent
7c4f524bc8
commit
70d3327460
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,7 @@ (define-public wxwidgets
|
|||
preserved-3rdparty))))))
|
||||
(with-directory-excursion "src"
|
||||
(for-each delete-file-recursively bundled-src)))))))
|
||||
(outputs '("out" "debug"))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(inputs
|
||||
(list catch-framework
|
||||
|
@ -124,6 +125,7 @@ (define-public wxwidgets
|
|||
#:configure-flags #~'("--with-libmspack"
|
||||
"--with-regex"
|
||||
"--with-sdl"
|
||||
"--enable-debug_info"
|
||||
"--enable-gui"
|
||||
"--enable-mediactrl"
|
||||
"--enable-webview")
|
||||
|
|
Loading…
Reference in a new issue