aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-conf/0001-setup-xorg-base-install-eudev.patch
blob: 12ef19533ece0a4dce3a1e7f44fa094c41236e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From f767813981a88a5f2d2f518587ebe2ea134b1698 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Thu, 21 Jun 2018 11:56:58 +0000
Subject: [PATCH] setup-xorg-base: install eudev

the setup-udev script is provided by eudev
---
 setup-xorg-base.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-xorg-base.in b/setup-xorg-base.in
index a8e16cd..2e01c91 100644
--- a/setup-xorg-base.in
+++ b/setup-xorg-base.in
@@ -5,7 +5,7 @@
 
 base_pkgs="xorg-server xf86-input-libinput eudev"
 
-apk add pciutils
+apk add pciutils eudev
 vgaline=$(lspci | grep -w VGA)
 
 case "$vgaline" in
-- 
2.17.1