From 510a670253de9d93fec967a72a3f0e32650eb164 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 13 Nov 2019 19:56:11 +0000 Subject: [PATCH] qemu: remove sdl from dependency list Signed-off-by: Arne Fitzenreiter --- lfs/qemu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5