[gnome-continuous/wip/platform: 9/9] Add libudev component



commit 223374eb05d159e44c63681de651ca8517efd93a
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Sep 12 13:30:02 2014 +0200

    Add libudev component
    
    This is a minimal version of systemd that keeps only the libudev files.
    
    These are needed for mesa, since it dlopens udev at runtime.

 manifest.json |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 0882492..f426b0b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -128,6 +128,25 @@
                                 "--with-sysvinit-path=",
                                 "--with-sysvrcnd-path="]},
 
+               {"src": "git:git://anongit.freedesktop.org/systemd/systemd",
+                "name": "libudev",
+                "component": "ignore",
+                "initramfs-depends": true,
+                "cflags": {
+                    "x86_64": "-O0 -g -m64 -mtune=generic",
+                    "i686": "-O0 -g -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables"},
+                "config-opts": ["--disable-manpages",
+                                "--disable-networkd",
+                                "--disable-resolved",
+                                 "--disable-timesyncd",
+                                "--with-sysvinit-path=",
+                                "--with-sysvrcnd-path="],
+                "keep-files": ["/usr/lib/libudev.so.1.6.0",
+                               "/usr/lib/libudev.so.1",
+                               "/usr/lib/libudev.so",
+                               "/usr/include/libudev.h"],
+                 "tags": ["platform"]},
+
                {"src": "git:git://git.fedorahosted.org/git/lvm2.git",
                 "tag": "v2_02_106"},
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]