mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
pcmanfm: don't show comment about missing X.org
The comments are meant for toolchain dependencies, not packages. Adjust the logic to match what we do for other X11 applications. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5c8b4f846e
commit
beddc22a7d
@ -17,8 +17,9 @@ config BR2_PACKAGE_PCMANFM
|
|||||||
|
|
||||||
http://wiki.lxde.org/en/PCManFM
|
http://wiki.lxde.org/en/PCManFM
|
||||||
|
|
||||||
comment "pcmanfm needs X.org and a toolchain w/ wchar, threads, C++"
|
comment "pcmanfm needs a toolchain w/ wchar, threads, C++"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
|
depends on BR2_PACKAGE_XORG7
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \
|
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \
|
||||||
!BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_XORG7
|
!BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user