summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordragonmux2022-01-06 17:47:03 -0500
committerdragonmux2022-01-06 17:47:03 -0500
commitf95fbdb8f9afbe6970be99fb3ac386c24840202c (patch)
tree561a62024fe80c8417d87f1e3af020cc3b6cdedd
parentd43edbee33debd00f563f666d9e3d7bad5f50efc (diff)
downloadaur-f95fbdb8f9afbe6970be99fb3ac386c24840202c.tar.gz
Fixed the lack of internationalisation in the Nightly builds
-rw-r--r--PKGBUILD.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 4ccded5deca2..21661309a4e2 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -40,6 +40,7 @@ build()
-DCMAKE_EXECUTABLE_SUFFIX=-nightly \
-DKICAD_USE_OCC=ON \
-DKICAD_SCRIPTING_WXPYTHON=ON \
+ -DKICAD_BUILD_I18N=ON \
-DKICAD_DATA=/usr/share/kicad-nightly \
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
-Wno-dev