mirror of https://github.com/mosra/magnum.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
852 B
29 lines
852 B
#!/usr/bin/make -f |
|
|
|
%: |
|
dh $@ --parallel |
|
|
|
override_dh_auto_configure: |
|
dh_auto_configure -- \ |
|
-DWITH_AUDIO=ON \ |
|
-DWITH_GLXAPPLICATION=ON \ |
|
-DWITH_SDL2APPLICATION=ON \ |
|
-DWITH_WINDOWLESSGLXAPPLICATION=ON \ |
|
-DWITH_GLXCONTEXT=ON \ |
|
-DWITH_MAGNUMFONT=ON \ |
|
-DWITH_MAGNUMFONTCONVERTER=ON \ |
|
-DWITH_OBJIMPORTER=ON \ |
|
-DWITH_TGAIMAGECONVERTER=ON \ |
|
-DWITH_TGAIMPORTER=ON \ |
|
-DWITH_WAVAUDIOIMPORTER=ON \ |
|
-DWITH_DISTANCEFIELDCONVERTER=ON \ |
|
-DWITH_IMAGECONVERTER=ON \ |
|
-DWITH_FONTCONVERTER=ON \ |
|
-DWITH_MAGNUMINFO=ON \ |
|
-DWITH_AL_INFO=ON |
|
|
|
# Extraordinarily coarse way to suppress error about libGL not being in |
|
# dependencies when the user has installed NVidia binary drivers which are not |
|
# in the repositories. Can't I just IGNORE A SIGNLE FILE DAMMIT?! |
|
override_dh_shlibdeps: |
|
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
|
|
|