|
@@ -1,6 +1,7 @@
|
|
config BR2_PACKAGE_FSWEBCAM
|
|
config BR2_PACKAGE_FSWEBCAM
|
|
bool "fswebcam"
|
|
bool "fswebcam"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
+ depends on !BR2_PREFER_STATIC_LIB
|
|
select BR2_PACKAGE_GD
|
|
select BR2_PACKAGE_GD
|
|
select BR2_PACKAGE_FREETYPE
|
|
select BR2_PACKAGE_FREETYPE
|
|
select BR2_PACKAGE_JPEG
|
|
select BR2_PACKAGE_JPEG
|
|
@@ -15,3 +16,7 @@ config BR2_PACKAGE_FSWEBCAM
|
|
scp.
|
|
scp.
|
|
|
|
|
|
http://www.firestorm.cx/fswebcam/
|
|
http://www.firestorm.cx/fswebcam/
|
|
|
|
+
|
|
|
|
+comment "fswebcam needs a toolchain w/ dynamic library"
|
|
|
|
+ depends on BR2_USE_MMU
|
|
|
|
+ depends on BR2_PREFER_STATIC_LIB
|