Skip to content

Commit

Permalink
pkg: fix debian/rules when GUI_MODE=1
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github committed Aug 22, 2024
1 parent 6c1e230 commit 238da91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export DH_VERBOSE = 1
override_dh_auto_build:
dh_auto_build -- all DEBUG=0 GUI_MODE=0

override_dh_auto_install:
dh_auto_install -- all DEBUG=0 GUI_MODE=0

# dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 )
#override_dh_auto_configure:
Expand Down

0 comments on commit 238da91

Please sign in to comment.