qt, php: selecting mysql requires depending on MMU

The mysql_client package is only available on architectures having a
MMU, so all packages that are selecting mysql_client should depend on
BR2_USE_MMU.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas Petazzoni
2013-04-29 10:29:31 +00:00
committed by Peter Korsgaard
parent 26406543db
commit 331b14a2ae
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ config BR2_PACKAGE_QT_MYSQL
select BR2_PACKAGE_MYSQL_CLIENT
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_READLINE
depends on BR2_USE_MMU # mysql
help
Build MySQL driver
If unsure, say n.