From 8905c6db1b7041096888ffe0356fa48a0fb5e30b Mon Sep 17 00:00:00 2001 From: icenine451 Date: Tue, 19 Mar 2024 15:07:15 -0400 Subject: [PATCH] Add TOOLS=1 to build options and install chdman tool after build --- net.retrodeck.mame.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net.retrodeck.mame.yml b/net.retrodeck.mame.yml index b786317..b0274b0 100644 --- a/net.retrodeck.mame.yml +++ b/net.retrodeck.mame.yml @@ -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 \ No newline at end of file + path: mame-patches/ym3802.patch