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
@ -94,6 +94,7 @@
|
|||||||
preserved-3rdparty))))))
|
preserved-3rdparty))))))
|
||||||
(with-directory-excursion "src"
|
(with-directory-excursion "src"
|
||||||
(for-each delete-file-recursively bundled-src)))))))
|
(for-each delete-file-recursively bundled-src)))))))
|
||||||
|
(outputs '("out" "debug"))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list catch-framework
|
(list catch-framework
|
||||||
@ -124,6 +125,7 @@
|
|||||||
#:configure-flags #~'("--with-libmspack"
|
#:configure-flags #~'("--with-libmspack"
|
||||||
"--with-regex"
|
"--with-regex"
|
||||||
"--with-sdl"
|
"--with-sdl"
|
||||||
|
"--enable-debug_info"
|
||||||
"--enable-gui"
|
"--enable-gui"
|
||||||
"--enable-mediactrl"
|
"--enable-mediactrl"
|
||||||
"--enable-webview")
|
"--enable-webview")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user