Files
MINGW-packages/mingw-w64-ghex/003-gui-app.patch
wsgalaxy ade80f1f00 ghex: Avoid showing up a command prompt in windows. (#6444)
* Avoid showing up a command prompt in windows.

* ghex: Increase pkgrel.
2020-05-03 21:40:22 +03:00

11 lines
407 B
Diff

diff --unified --recursive --text --color ghex-3.18.4/src/meson.build ghex-3.18.4-gui/src/meson.build
--- ghex-3.18.4/src/meson.build 2019-07-13 14:18:43.000000000 +0800
+++ ghex-3.18.4-gui/src/meson.build 2020-05-03 11:25:05.907108600 +0800
@@ -97,5 +97,6 @@
include_directories: ghex_root_dir,
dependencies: ghex_deps + [libghex_dep, ],
c_args: ghex_c_args,
+ gui_app: true,
install: true
)