From 88b58698b04af7ce1aad237409b00c69c07d68bc Mon Sep 17 00:00:00 2001 From: "alan (NyxTrail)" Date: Mon, 5 Feb 2024 12:17:41 +0000 Subject: [PATCH] Use the proper target while building We were using the 'legacyrenderer' target all this while. Specify the 'all' target instead. Signed-off-by: Alan M Varghese (NyxTrail) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c9a56be..838aa95 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 dh $@ override_dh_auto_build: - dh_auto_build -- PREFIX=/usr + dh_auto_build -- PREFIX=/usr all override_dh_makeshlibs: : override_dh_auto_install: