[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL v2 36/37] buildsys: Move brlapi libs to per object
From: |
Fam Zheng |
Subject: |
[Qemu-devel] [PULL v2 36/37] buildsys: Move brlapi libs to per object |
Date: |
Sat, 9 Sep 2017 13:46:12 +0800 |
baum.o already receives the sdl cflags in its per object variable, do
the same for brlapi libs to avoid cluttering libs_softmmu.
Signed-off-by: Fam Zheng <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Signed-off-by: Fam Zheng <address@hidden>
---
chardev/Makefile.objs | 1 +
configure | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/chardev/Makefile.objs b/chardev/Makefile.objs
index 52a8127606..d68e1347f9 100644
--- a/chardev/Makefile.objs
+++ b/chardev/Makefile.objs
@@ -20,5 +20,6 @@ chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o
common-obj-y += msmouse.o wctablet.o testdev.o
common-obj-$(CONFIG_BRLAPI) += baum.o
baum.o-cflags := $(SDL_CFLAGS)
+baum.o-libs := $(BRLAPI_LIBS)
common-obj-$(CONFIG_SPICE) += spice.o
diff --git a/configure b/configure
index 85ea2c25bb..18f6d0bd5f 100755
--- a/configure
+++ b/configure
@@ -3091,7 +3091,6 @@ int main( void ) { return brlapi__openConnection (NULL,
NULL, NULL); }
EOF
if compile_prog "" "$brlapi_libs" ; then
brlapi=yes
- libs_softmmu="$brlapi_libs $libs_softmmu"
else
if test "$brlapi" = "yes" ; then
feature_not_found "brlapi" "Install brlapi devel"
@@ -5679,6 +5678,7 @@ if test "$curl" = "yes" ; then
fi
if test "$brlapi" = "yes" ; then
echo "CONFIG_BRLAPI=y" >> $config_host_mak
+ echo "BRLAPI_LIBS=$brlapi_libs" >> $config_host_mak
fi
if test "$bluez" = "yes" ; then
echo "CONFIG_BLUEZ=y" >> $config_host_mak
--
2.13.5
- [Qemu-devel] [PULL v2 25/37] docker: Drop 'set -e' from run script, (continued)
- [Qemu-devel] [PULL v2 25/37] docker: Drop 'set -e' from run script, Fam Zheng, 2017/09/09
- [Qemu-devel] [PULL v2 27/37] buildsys: Move vde libs to per object, Fam Zheng, 2017/09/09
- [Qemu-devel] [PULL v2 28/37] buildsys: Move gtk/vte cflags/libs to per object, Fam Zheng, 2017/09/09
- [Qemu-devel] [PULL v2 29/37] buildsys: Move sdl cflags/libs to per object, Fam Zheng, 2017/09/09
- [Qemu-devel] [PULL v2 31/37] buildsys: Move audio libs to per object, Fam Zheng, 2017/09/09
- [Qemu-devel] [PULL v2 30/37] buildsys: Move vnc cflags/libs to per object, Fam Zheng, 2017/09/09
- [Qemu-devel] [PULL v2 32/37] buildsys: Move curese cflags/libs to per object, Fam Zheng, 2017/09/09
- [Qemu-devel] [PULL v2 33/37] buildsys: Move libcacard cflags/libs to per object, Fam Zheng, 2017/09/09
- [Qemu-devel] [PULL v2 35/37] buildsys: Move usb redir cflags/libs to per object, Fam Zheng, 2017/09/09
- [Qemu-devel] [PULL v2 34/37] buildsys: Move libusb cflags/libs to per object, Fam Zheng, 2017/09/09
- [Qemu-devel] [PULL v2 36/37] buildsys: Move brlapi libs to per object,
Fam Zheng <=
- [Qemu-devel] [PULL v2 37/37] buildsys: Move rdma libs to per object, Fam Zheng, 2017/09/09
- Re: [Qemu-devel] [PULL v2 00/37] Staging patches, no-reply, 2017/09/09