Skip to content

Commit 39491f3

Browse files
committed
Install flatpak files to lib libdir
1 parent 15c80eb commit 39491f3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

scripts/flatpak/chiaki4deck-devel.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,11 @@ modules:
384384
config-opts:
385385
- -DSDL_TESTS=OFF
386386
- -DSDL_EXAMPLES=OFF
387+
- -DCMAKE_INSTALL_LIBDIR=lib
387388
sources:
388389
- type: git
389390
url: https://github.com/libsdl-org/SDL.git
390-
tag: release-3.2.16
391+
tag: release-3.2.18
391392

392393
- name: sdl2-compat
393394
sources:
@@ -397,6 +398,7 @@ modules:
397398
buildsystem: cmake-ninja
398399
config-opts:
399400
- -DSDL2COMPAT_TESTS=OFF
401+
- -DCMAKE_INSTALL_LIBDIR=lib
400402
post-install:
401403
- mv /app/lib/pkgconfig/sdl2-compat.pc /app/lib/pkgconfig/sdl2.pc
402404

scripts/flatpak/chiaki4deck.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,11 @@ modules:
185185
config-opts:
186186
- -DSDL_TESTS=OFF
187187
- -DSDL_EXAMPLES=OFF
188+
- -DCMAKE_INSTALL_LIBDIR=lib
188189
sources:
189190
- type: git
190191
url: https://github.com/libsdl-org/SDL.git
191-
tag: release-3.2.16
192+
tag: release-3.2.18
192193

193194
- name: sdl2-compat
194195
sources:
@@ -198,6 +199,7 @@ modules:
198199
buildsystem: cmake-ninja
199200
config-opts:
200201
- -DSDL2COMPAT_TESTS=OFF
202+
- -DCMAKE_INSTALL_LIBDIR=lib
201203
post-install:
202204
- mv /app/lib/pkgconfig/sdl2-compat.pc /app/lib/pkgconfig/sdl2.pc
203205

scripts/flatpak/io.github.streetpea.Chiaki4deck.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,11 @@ modules:
183183
config-opts:
184184
- -DSDL_TESTS=OFF
185185
- -DSDL_EXAMPLES=OFF
186+
- -DCMAKE_INSTALL_LIBDIR=lib
186187
sources:
187188
- type: git
188189
url: https://github.com/libsdl-org/SDL.git
189-
tag: release-3.2.16
190+
tag: release-3.2.18
190191

191192
- name: sdl2-compat
192193
sources:
@@ -196,6 +197,7 @@ modules:
196197
buildsystem: cmake-ninja
197198
config-opts:
198199
- -DSDL2COMPAT_TESTS=OFF
200+
- -DCMAKE_INSTALL_LIBDIR=lib
199201
post-install:
200202
- mv /app/lib/pkgconfig/sdl2-compat.pc /app/lib/pkgconfig/sdl2.pc
201203

0 commit comments

Comments
 (0)