Commit b2c6ad8b authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

docker: requires pkgconfig, glib2 and X11

parent aa63bf42
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_DOCKER
	bool "docker"
	depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7||BR2_PACKAGE_TINYX
	select BR2_PACKAGE_LIBGLIB2
	select BR2_PACKAGE_PKGCONFIG
	help
	  a system tray dock for X

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ DOCKER_MAKE_OPT = CC=$(TARGET_CC) CXX=$(TARGET_CXX) LD=$(TARGET_LD) \

DOCKER_INSTALL_TARGET_OPT = PREFIX=$(TARGET_DIR)/usr install

DOCKER_DEPENDENCIES = uclibc
DOCKER_DEPENDENCIES = uclibc pkgconfig libglib2 $(XSERVER)

$(eval $(call AUTOTARGETS,package,docker))