From f127f5c7fce7323d597e86058be6acc7170c28b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Sat, 22 Nov 2014 15:10:09 +0100 Subject: [PATCH] dde_linux: remove base cxx dep from usb.inc --- repos/dde_linux/lib/mk/usb.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repos/dde_linux/lib/mk/usb.inc b/repos/dde_linux/lib/mk/usb.inc index 41020ab42b..3eb1c6a22b 100644 --- a/repos/dde_linux/lib/mk/usb.inc +++ b/repos/dde_linux/lib/mk/usb.inc @@ -1,7 +1,8 @@ LIB_DIR = $(REP_DIR)/src/lib/usb LIB_INC_DIR = $(LIB_DIR)/include -LIBS += base cxx dde_kit libc-setjmp config +# FIXME should we *really* dde_kit to this shared library? +LIBS += dde_kit libc-setjmp config SRC_CC += main.cc lx_emul.cc irq.cc timer.cc event.cc storage.cc \ input_component.cc nic.cc SRC_C += dummies.c scsi.c evdev.c