Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 91b50a3

Browse files
committed
Debian build: Another attempt on syntax fixing
1 parent adf3de9 commit 91b50a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

debian/rules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w))
1212
dh $@ --parallel
1313

1414
override_dh_auto_configure:
15-
dh_auto_configure -- \
16-
-DGSETTINGS_COMPILE=OFF
15+
dh_auto_configure -- -DGSETTINGS_COMPILE=OFF
1716

1817
override_dh_auto_test:

0 commit comments

Comments
 (0)