Skip to content

Commit

Permalink
Enabling additional languages for debian package (#2089)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Aug 13, 2019
1 parent a409c77 commit 3b48a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
dh $@ --builddirectory=build

override_dh_auto_configure:
dh_auto_configure -- -DHTML=ON -DES=ON -DFR=ON -DDE=ON -DHU=ON
dh_auto_configure -- -DHTML=ON -DFI=ON -DIT=ON -DJA=ON -DES=ON -DFR=ON -DDE=ON -DHU=ON

override_dh_auto_build:
dh_auto_build
Expand Down

0 comments on commit 3b48a79

Please sign in to comment.