Commit e2512bb0 authored by Florent Revest's avatar Florent Revest

Adds opengl to DISTRO_FEATURES

parent 7ec6956e
...@@ -20,7 +20,7 @@ DISTRO = "asteroid" ...@@ -20,7 +20,7 @@ DISTRO = "asteroid"
DISTRO_NAME = "Asteroid" DISTRO_NAME = "Asteroid"
DISTRO_VERSION ?= "${DATE}-snapshot" DISTRO_VERSION ?= "${DATE}-snapshot"
DISTRO_FEATURES = "wayland systemd pam pulseaudio alsa ipv4 bluetooth bluez5 splash package-management xattr usbhost usbgadget ${DISTRO_FEATURES_LIBC}" DISTRO_FEATURES = "wayland systemd pam pulseaudio alsa ipv4 bluetooth bluez5 splash package-management xattr usbhost usbgadget opengl ${DISTRO_FEATURES_LIBC}"
PREFERRED_VERSION_qtconnectivity = "experimental" PREFERRED_VERSION_qtconnectivity = "experimental"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment