diff options
| author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-11 15:13:07 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-11 15:13:21 +0200 |
| commit | 6fc5a3d432a5b4d090fa0118165458f0ffecd581 (patch) | |
| tree | 69531da6181436c3da2cf758c9c4033000207ed6 /package/electron-bin | |
| parent | ee7fc1870a63d6b54cb2ed347731887080ed4f16 (diff) | |
qemu: allow to start X with modesetting driver
Diffstat (limited to 'package/electron-bin')
| -rw-r--r-- | package/electron-bin/Makefile | 2 |
1 files changed, 1 insertions, 1 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)/ |
