You've already forked libinput-touch-translator
mirror of
https://github.com/ukui/libinput-touch-translator.git
synced 2026-03-09 09:30:27 -07:00
9 lines
133 B
Makefile
Executable File
9 lines
133 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export QT_SELECT=5
|
|
|
|
override_dh_shlibdeps:
|
|
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
|
|
|
|
%:
|
|
dh $@
|