diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-08-04 09:45:54 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-08-04 18:26:49 +0200 |
| commit | 0c4cf8f6f456886ea85b6057d1dab91485422eab (patch) | |
| tree | bd4f9a1f0f1ccc4aa4a99a4e68ac777a26898029 | |
| parent | 9c37eaabd6d62ae02ff5e5a8b15135e3b62f71ce (diff) | |
| download | buildroot-0c4cf8f6f456886ea85b6057d1dab91485422eab.tar.gz buildroot-0c4cf8f6f456886ea85b6057d1dab91485422eab.zip | |
startup-notification: needs mmu
Fixes:
http://autobuild.buildroot.net/results/1fc/1fcb069b790ae5861c5a3ee577689de92005862a/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/startup-notification/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/startup-notification/Config.in b/package/startup-notification/Config.in index 277d30024c..1fc6dad1e7 100644 --- a/package/startup-notification/Config.in +++ b/package/startup-notification/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_STARTUP_NOTIFICATION bool "startup-notification" select BR2_PACKAGE_XLIB_LIBX11 depends on BR2_PACKAGE_XORG7 + depends on BR2_USE_MMU # fork() help Startup-notification is a library used to monitor application startup. |

