aboutsummaryrefslogtreecommitdiffstats
path: root/main/xorg-server/20-modules.conf
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-16 12:22:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-16 12:22:32 +0000
commit6eb9c94cec5c7120f863d0ffea8eafac99fc05ea (patch)
tree9a3f0da7204d1fc143a9f1863a4db9f8fbe56b3d /main/xorg-server/20-modules.conf
parent45fcc98e357c31a8051f7caaaf0ff5d45a2cf12d (diff)
downloadaports-6eb9c94cec5c7120f863d0ffea8eafac99fc05ea.tar.bz2
aports-6eb9c94cec5c7120f863d0ffea8eafac99fc05ea.tar.xz
main/xorg-server: load glamoregl
musl does not support lazy loading so we need manually load glamoregl module.
Diffstat (limited to 'main/xorg-server/20-modules.conf')
-rw-r--r--main/xorg-server/20-modules.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/xorg-server/20-modules.conf b/main/xorg-server/20-modules.conf
index caae3e523..d6e30a811 100644
--- a/main/xorg-server/20-modules.conf
+++ b/main/xorg-server/20-modules.conf
@@ -14,4 +14,5 @@ Section "Module"
Load "vgahw"
Load "evdev"
Load "fbdevhw"
+ Load "glamoregl"
EndSection