From: Arne Fitzenreiter Date: Wed, 13 Nov 2019 19:56:11 +0000 (+0000) Subject: qemu: remove sdl from dependency list X-Git-Tag: v2.23-core139~3^2~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=510a670253de9d93fec967a72a3f0e32650eb164;p=ipfire-2.x.git qemu: remove sdl from dependency list Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/qemu b/lfs/qemu index d202f0d236..a6b2030295 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -35,7 +35,7 @@ SUP_ARCH = i586 x86_64 PROG = qemu PAK_VER = 25 -DEPS = "libusbredir sdl spice libseccomp" +DEPS = "libusbredir spice libseccomp" ############################################################################### # Top-level Rules