]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/vde2/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / vde2 / Config.in
1 config BR2_PACKAGE_VDE2
2         bool "vde2"
3         depends on BR2_USE_MMU # fork()
4         depends on !BR2_STATIC_LIBS # dlopen()
5         help
6           VDE is an ethernet compliant virtual network that can be
7           spawned over a set of physical computers over the Internet.
8           VDE is part of the virtualsquare project.
9
10           http://vde.sourceforge.net/
11
12 comment "vde2 needs a toolchain w/ dynamic library"
13         depends on BR2_USE_MMU
14         depends on BR2_STATIC_LIBS