Use the proper target while building
We were using the 'legacyrenderer' target all this while. Specify the 'all' target instead. Signed-off-by: Alan M Varghese (NyxTrail) <alan@digistorm.in>
This commit is contained in:
parent
0625424d8c
commit
88b58698b0
|
|
@ -9,7 +9,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
dh_auto_build -- PREFIX=/usr
|
dh_auto_build -- PREFIX=/usr all
|
||||||
override_dh_makeshlibs:
|
override_dh_makeshlibs:
|
||||||
:
|
:
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue