Codebase list i3-gaps / 60ec019
Switch buildsystem to meson Arnaud Rebillout 3 years ago
2 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
3434 libxkbcommon-dev (>= 0.4.0),
3535 libxkbcommon-x11-dev (>= 0.4.0),
3636 libyajl-dev (>= 2.0.4),
37 meson,
3738 pkg-config,
3839 xmlto,
3940 xserver-xephyr,
1313 # disable tests as they fail on most arch
1414
1515 override_dh_auto_configure:
16 # The default is /usr/share/doc/i3
17 dh_auto_configure -- --docdir=/usr/share/doc/i3-gaps-wm
16 # Set -Ddocdir; the default is /usr/share/doc/i3
17 dh_auto_configure -- -Ddocdir=/usr/share/doc/i3-gaps-wm -Ddocs=true -Dmans=true
1818
1919 %:
20 dh $@ --builddirectory=build
20 dh $@ --builddirectory=build --buildsystem=meson