[neon/extras/gcompris-qt/Neon/release] debian: -DQML_BOX2D_LIBRARY=/usr/lib/${DEB_BUILD_MULTIARCH}/Box2D/qmldir

Carlos De Maine null at kde.org
Thu Mar 20 10:44:35 GMT 2025


Git commit e6a3dfab1ca561c8d44b681824591c1408ec4714 by Carlos De Maine.
Committed on 20/03/2025 at 10:44.
Pushed by carlosdem into branch 'Neon/release'.

-DQML_BOX2D_LIBRARY=/usr/lib/${DEB_BUILD_MULTIARCH}/Box2D/qmldir

M  +2    -1    debian/rules

https://invent.kde.org/neon/extras/gcompris-qt/-/commit/e6a3dfab1ca561c8d44b681824591c1408ec4714

diff --git a/debian/rules b/debian/rules
index d635a65..f96a6de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,8 @@ include /usr/share/dpkg/pkg-info.mk
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DKDE_INSTALL_BINDIR=/usr/games/ \
-					   	 -DQML_BOX2D_MODULE=system
+						 -DCOMPILE_DOC=ON \
+    					 -DQML_BOX2D_LIBRARY=/usr/lib/${DEB_BUILD_MULTIARCH}/Box2D/qmldir
 
 # Use an epoch for the transitional gcompris package, because of the break in
 # numbering scheme introduced by the Qt rewrite


More information about the Neon-commits mailing list