From 0d931f88da47f8012b7158e4d360852750c74b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 12 Feb 2017 13:33:35 +0100 Subject: [PATCH] dosbox: add libglu to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-emulators/dosbox/dosbox_0.74.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-emulators/dosbox/dosbox_0.74.bb b/recipes-emulators/dosbox/dosbox_0.74.bb index 84ef11b..9a462ba 100644 --- a/recipes-emulators/dosbox/dosbox_0.74.bb +++ b/recipes-emulators/dosbox/dosbox_0.74.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.dosbox.com/" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "libsdl libsdl-net libpng" +DEPENDS = "libsdl libsdl-net libpng libglu" inherit autotools pkgconfig