Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[configs] Added config files for x86-vm for Wayland (lipstick-qt5)
  • Loading branch information
faenil committed Jul 21, 2013
1 parent 6e7b877 commit a6d9264
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -2,5 +2,6 @@ all:

install:
mkdir -p $(DESTDIR)/var/lib/environment/nemo/
install -D -m 644 *.conf $(DESTDIR)/var/lib/environment/nemo/

mkdir -p $(DESTDIR)/var/lib/environment/compositor/
install -D -m 644 conf/*.conf $(DESTDIR)/var/lib/environment/nemo/
install -D -m 644 conf/compositor/*.conf $(DESTDIR)/var/lib/environment/compositor/
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions conf/compositor/61-x86-vm-ui.conf
@@ -0,0 +1,4 @@
EGL_DRIVER=egl_gallium
EGL_PLATFORM=fbdev
QT_QPA_EGLFS_DEPTH=32
LIPSTICK_OPTIONS=-platform eglfs
1 change: 1 addition & 0 deletions rpm/nemo-configs-x86.spec
Expand Up @@ -69,6 +69,7 @@ rm -rf %{buildroot}
%files vm
%defattr(-,root,root,-)
%{_sharedstatedir}/environment/nemo/61-x86-vm.conf
%{_sharedstatedir}/environment/compositor/61-x86-vm-ui.conf
# >> files vm
# << files vm

Expand Down
2 changes: 1 addition & 1 deletion rpm/nemo-configs-x86.yaml
Expand Up @@ -25,6 +25,7 @@ SubPackages:
- nemo-mobile-configs-x86-vm > 2
Files:
- "%{_sharedstatedir}/environment/nemo/61-x86-vm.conf"
- "%{_sharedstatedir}/environment/compositor/61-x86-vm-ui.conf"

- Name: generic
Group: Configs
Expand All @@ -37,4 +38,3 @@ SubPackages:
- nemo-mobile-configs-x86-generic > 2
Files:
- "%{_sharedstatedir}/environment/nemo/61-x86-generic.conf"

0 comments on commit a6d9264

Please sign in to comment.