From c5e65cac1f24a7cb4229cebf97d116bb093a28a1 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 21 Jul 2023 17:33:11 +0200 Subject: [PATCH] Fix carla on flatpak, do not use $LIBDIR/carla suffix Signed-off-by: falkTX --- build-aux/modules/90-carla.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-aux/modules/90-carla.json b/build-aux/modules/90-carla.json index 90fe5a9c8e038a..8f15a9d8240cf1 100644 --- a/build-aux/modules/90-carla.json +++ b/build-aux/modules/90-carla.json @@ -4,6 +4,7 @@ "builddir": true, "subdir": "cmake", "config-opts": [ + "-DCARLA_SKIP_LIBDIR_SUFFIX:BOOL=ON", "-DCARLA_USE_JACK:BOOL=OFF", "-DCARLA_USE_OSC:BOOL=OFF" ], @@ -11,7 +12,7 @@ { "type": "git", "url": "https://github.com/falkTX/Carla.git", - "commit": "a358344017b4d612a6e8f3f9b63503c33b949849" + "commit": "8d4bf13cd411307649f3e4327d855d98f06fb76f" } ] }