Browse Source

xorg fbdev only useful on alix1c and lemote at the moment

Waldemar Brodkorb 14 years ago
parent
commit
e56489b2cc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/xf86-video-fbdev/Makefile

+ 2 - 0
package/xf86-video-fbdev/Makefile

@@ -13,6 +13,8 @@ PKG_DEPENDS:=		xorg-server
 PKG_BUILDDEP+=		xorg-server
 PKG_SITES:=		http://xorg.freedesktop.org/releases/individual/driver/
 
+PKG_TARGET_DEPENDS:=	alix1c lemote
+
 include $(TOPDIR)/mk/package.mk
 
 $(eval $(call PKG_template,XF86_VIDEO_FBDEV,${PKG_NAME},$(PKG_VERSION)-$(PKG_RELEASE),${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))