diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/electron-bin/Makefile | 2 | ||||
-rw-r--r-- | package/xf86-video-modesetting/Makefile | 4 | ||||
-rw-r--r-- | package/xinit/Makefile | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/package/electron-bin/Makefile b/package/electron-bin/Makefile index e1e31c91e..386d6cbd3 100644 --- a/package/electron-bin/Makefile +++ b/package/electron-bin/Makefile @@ -11,7 +11,7 @@ PKG_DESCR:= build cross platform desktop apps PKG_SECTION:= x11/apps PKG_DEPENDS:= alsa-lib nss nspr expat pango cairo cups libxcursor PKG_DEPENDS+= libdbus libatk glib libxtst libgtk2 gdk-pixbuf libxcomposite -PKG_DEPENDS+= libxscrnsaver gconf harfbuzz libpng +PKG_DEPENDS+= libxscrnsaver gconf harfbuzz libpng xinit PKG_URL:= http://electron.atom.io PKG_SITES:= https://github.com/electron/electron/releases/download/v$(PKG_VERSION)/ diff --git a/package/xf86-video-modesetting/Makefile b/package/xf86-video-modesetting/Makefile index e8585d0cd..4cd733739 100644 --- a/package/xf86-video-modesetting/Makefile +++ b/package/xf86-video-modesetting/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_HASH:= 7cb67bc95e83f195bc5f50b6af0b4ff66b5b9ccd16848613d55d732bc1e5fdb6 PKG_DESCR:= x11 driver for kms PKG_SECTION:= x11/drivers -PKG_DEPENDS:= xorg-server -PKG_BUILDDEP:= xorg-server +PKG_DEPENDS:= xorg-server libudev +PKG_BUILDDEP:= xorg-server eudev PKG_NEEDS:= c++ PKG_SITES:= http://www.x.org/releases/individual/driver/ diff --git a/package/xinit/Makefile b/package/xinit/Makefile index cf65daeaf..a6f74d1e8 100644 --- a/package/xinit/Makefile +++ b/package/xinit/Makefile @@ -9,12 +9,14 @@ PKG_RELEASE:= 6 PKG_HASH:= 3079d3fb86af99f4c2c2907b5725e5820fdb2144d3be6002ec367bfcebc5c480 PKG_DESCR:= x window system initializer PKG_SECTION:= x11/utils -PKG_DEPENDS:= xorg-server mcookie xauth xset xterm +PKG_DEPENDS:= xorg-server mcookie xauth xset PKG_BUILDDEP:= xorg-server PKG_NEEDS:= c++ PKG_URL:= http://xorg.freedesktop.org/ PKG_SITES:= http://xorg.freedesktop.org/archive/individual/app/ +PKG_CFLINE_XINIT:= select BUSYBOX_HEXDUMP + DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz include $(ADK_TOPDIR)/mk/package.mk |