this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

added libsdl2 dependency for .deb package

Nesbox 95722ca6 20ff233b

+5
+5
CMakeLists.txt
··· 1001 1001 set(CPACK_DEBIAN_PACKAGE_VERSION ${PROJECT_VERSION}) 1002 1002 set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Nesbox <grigoruk@gmail.com>") 1003 1003 set(CPACK_DEBIAN_PACKAGE_SECTION "education") 1004 + 1005 + if(NOT BUILD_SDL) 1006 + set(CPACK_DEBIAN_PACKAGE_DEPENDS "libsdl2-2.0 (>= 2.0.9)") 1007 + endif() 1008 + 1004 1009 if(RPI) 1005 1010 set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE armhf) 1006 1011 endif()