Skip to content

Commit

Permalink
minor qemu-guest-agent package changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Oct 20, 2023
1 parent f1b4158 commit 8fe8aa2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions buildroot-external/package/qemu-guest-agent/Config.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
config BR2_PACKAGE_QEMU_GUEST_AGENT
bool "QEMU Guest Agent"
depends on BR2_USE_MMU # libglib2
depends on BR2_USE_WCHAR # libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_ZLIB
help
QEMU guest agent for qemu based virtualisations
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ QEMU_GUEST_AGENT_LICENSE_FILES = COPYING COPYING.LIB
# the non-(L)GPL license texts are specified in the affected
# individual source files.

#QEMU_DEPENDENCIES = host-pkgconf libglib2 zlib pixman
QEMU_GUEST_AGENT_DEPENDENCIES = host-pkgconf libglib2 zlib

# Need the LIBS variable because librt and libm are
# not automatically pulled. :-(
QEMU_GUEST_AGENT_LIBS = -lrt -lm

#QEMU_OPTS =
#QEMU_GUEST_AGENT_OPTS =

QEMU_GUEST_AGENT_VARS = LIBTOOL=$(HOST_DIR)/bin/libtool

Expand Down

0 comments on commit 8fe8aa2

Please sign in to comment.