From 1a9ced1e79ca601ea7a73651120c8952dccda90e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 28 Nov 2014 19:50:24 +0100 Subject: [PATCH] package: enable Sdl2Application in debian package. --- package/debian/control | 4 ++-- package/debian/rules | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/debian/control b/package/debian/control index c8889b81c..c571ed80a 100644 --- a/package/debian/control +++ b/package/debian/control @@ -11,14 +11,14 @@ Vcs-Browser: https://github.com/mosra/magnum Package: magnum-dev Section: libdevel Architecture: any -Depends: magnum (= ${binary:Version}), corrade-dev, libgl-dev, freeglut3-dev, libopenal-dev +Depends: magnum (= ${binary:Version}), corrade-dev, libgl-dev, freeglut3-dev, libopenal-dev, libsdl2-dev Description: Magnum development files Headers and tools needed for developing with Magnum. Package: magnum Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, corrade, libgl1, freeglut3, libopenal1 +Depends: ${shlibs:Depends}, ${misc:Depends}, corrade, libgl1, freeglut3, libopenal1, libsdl2 Description: C++11 and OpenGL 2D/3D graphics engine Magnum is 2D/3D graphics engine written in C++11 and modern OpenGL. Its goal is to simplify low-level graphics development and interaction with OpenGL diff --git a/package/debian/rules b/package/debian/rules index 9752ff134..309a44b15 100755 --- a/package/debian/rules +++ b/package/debian/rules @@ -8,6 +8,7 @@ override_dh_auto_configure: -DWITH_AUDIO=ON \ -DWITH_GLUTAPPLICATION=ON \ -DWITH_GLXAPPLICATION=ON \ + -DWITH_SDL2APPLICATION=ON \ -DWITH_WINDOWLESSGLXAPPLICATION=ON \ -DWITH_EGLCONTEXT=ON \ -DWITH_GLXCONTEXT=ON \