diff options
| author | Julien Floret <julien.floret@6wind.com> | 2016-07-03 00:21:04 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-03 09:21:19 +0200 |
| commit | bbb351a06af1e4f7a4b843884f74c5fd12a83639 (patch) | |
| tree | 64162cbcba37903967f12533187a3ccc49dfaf5d /package/wayland | |
| parent | b725bcb2e410d849de0e95fe09dab0897669131b (diff) | |
| download | buildroot-bbb351a06af1e4f7a4b843884f74c5fd12a83639.tar.gz buildroot-bbb351a06af1e4f7a4b843884f74c5fd12a83639.zip | |
wayland: add explicit dependencies for host variant
Signed-off-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/wayland')
| -rw-r--r-- | package/wayland/wayland.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/wayland/wayland.mk b/package/wayland/wayland.mk index e219624687..d4b4664ff8 100644 --- a/package/wayland/wayland.mk +++ b/package/wayland/wayland.mk @@ -11,6 +11,7 @@ WAYLAND_LICENSE = MIT WAYLAND_LICENSE_FILES = COPYING WAYLAND_INSTALL_STAGING = YES WAYLAND_DEPENDENCIES = host-pkgconf host-wayland expat libffi libxml2 +HOST_WAYLAND_DEPENDENCIES = host-pkgconf host-expat host-libffi host-libxml2 # wayland-scanner is only needed for building, not on the target WAYLAND_CONF_OPTS = --disable-scanner --with-host-scanner |

