Merge pull request #18732 from Rmys/master

darktable rebuild
This commit is contained in:
Rmys
2026-05-21 18:02:37 +03:00
committed by GitHub
+2 -1
View File
@@ -12,7 +12,6 @@ j = ''.join([
' -DUSE_LIBSECRET=ON',
' -DBUILD_USERMANUAL=1',
' -DENABLE_RAWSPEED=ON',
' -DRAWSPEED_ENABLE_LTO=ON',
' -DBINARY_PACKAGE_BUILD=1',
' -DCMAKE_BUILD_TYPE=Release',
' -DCMAKE_INSTALL_PREFIX=/usr',
@@ -21,6 +20,8 @@ j = ''.join([
' -B_build -G Ninja -L '
])
# ' -DRAWSPEED_ENABLE_LTO=ON',
def setup():
pisitools.ldflags.add("-lgs")
cmaketools.configure(j)