mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-21 20:35:37 +00:00
Merge pull request #1 from icenine451/main
Add TOOLS=1 to build options and install chdman tool after build
This commit is contained in:
commit
fcd9996928
|
@ -51,10 +51,12 @@ modules:
|
|||
CFLAGS+=-Wno-error=restrict
|
||||
USE_QTDEBUG=0
|
||||
USE_WAYLAND=1
|
||||
TOOLS=1
|
||||
USE_SYSTEM_LIB_FLAC=1
|
||||
SDL_INI_PATH='$$HOME/.APP_NAME;/app/share/APP_NAME/ini'
|
||||
LDOPTS=-Wl,-s
|
||||
- install -Dm 0755 mame ${FLATPAK_DEST}/bin/mame
|
||||
- install -Dm 0755 chdman ${FLATPAK_DEST}/bin/chdman
|
||||
- cp COPYING ${FLATPAK_DEST}/bin/
|
||||
- cp uismall.bdf ${FLATPAK_DEST}/bin/
|
||||
- mkdir -p ${FLATPAK_DEST}/share/mame/
|
||||
|
@ -83,4 +85,4 @@ modules:
|
|||
- type: patch
|
||||
path: mame-patches/sound.patch
|
||||
- type: patch
|
||||
path: mame-patches/ym3802.patch
|
||||
path: mame-patches/ym3802.patch
|
||||
|
|
Loading…
Reference in a new issue