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 14a66083 95722ca6

+1
+1
CMakeLists.txt
··· 1003 1003 set(CPACK_DEBIAN_PACKAGE_SECTION "education") 1004 1004 1005 1005 if(NOT BUILD_SDL) 1006 + set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) 1006 1007 set(CPACK_DEBIAN_PACKAGE_DEPENDS "libsdl2-2.0 (>= 2.0.9)") 1007 1008 endif() 1008 1009