From: Edwin van Drunen <[email protected]> To be able to compile xterm the dependency libXft has to be added. For libgl-mesa the dependency libpthread has to be added.
Without these added dependencies the build fails. Signed-off-by: Edwin van Drunen <[email protected]> --- Index: xorg/app/xterm/Makefile =================================================================== --- xorg/app/xterm/Makefile (revision 33855) +++ xorg/app/xterm/Makefile (working copy) @@ -25,7 +25,7 @@ CATEGORY:=Xorg SUBMENU:=terminals TITLE:=xterm - DEPENDS:=+libX11 +libncurses +libXaw + DEPENDS:=+libX11 +libncurses +libXaw +libXft endef define Build/Configure Index: xorg/lib/mesa/Makefile =================================================================== --- xorg/lib/mesa/Makefile (revision 33855) +++ xorg/lib/mesa/Makefile (working copy) @@ -25,7 +25,7 @@ SECTION:=xorg-libraries CATEGORY:=Xorg SUBMENU:=libraries - DEPENDS:=+libX11 +libXext +libXfixes +libXdamage +libXxf86vm +libdrm +libexpat + DEPENDS:=+libX11 +libXext +libXfixes +libXdamage +libXxf86vm +libdrm +libexpat +libpthread TITLE:=Mesa OpenGL library URL:=http://mesa3d.org endef ---
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
