diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-24 01:52:12 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-24 01:52:12 +0200 |
commit | 2a2906ae93beecc50dfcdaca6beace2f541647b0 (patch) | |
tree | 9726790e0beded46eea32b26563a7550ddea0007 | |
parent | 4b308f3f2555cf9f02eefda21c9ec391ec221f95 (diff) | |
download | nutyx-extra-2a2906ae93beecc50dfcdaca6beace2f541647b0.tar.gz nutyx-extra-2a2906ae93beecc50dfcdaca6beace2f541647b0.tar.bz2 nutyx-extra-2a2906ae93beecc50dfcdaca6beace2f541647b0.tar.xz nutyx-extra-2a2906ae93beecc50dfcdaca6beace2f541647b0.zip |
glibc, suppression de nouveau_drm.h
-rw-r--r-- | base/glibc/.footprint | 1 | ||||
-rwxr-xr-x | base/glibc/Pkgfile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/base/glibc/.footprint b/base/glibc/.footprint index 4451707ce..f9a220698 100644 --- a/base/glibc/.footprint +++ b/base/glibc/.footprint @@ -297,7 +297,6 @@ drwxr-xr-x root/root usr/include/drm/ -rw-r--r-- root/root usr/include/drm/.install (EMPTY) -rw-r--r-- root/root usr/include/drm/i810_drm.h -rw-r--r-- root/root usr/include/drm/i830_drm.h --rw-r--r-- root/root usr/include/drm/nouveau_drm.h -rw-r--r-- root/root usr/include/drm/vmwgfx_drm.h -rw-r--r-- root/root usr/include/elf.h -rw-r--r-- root/root usr/include/endian.h diff --git a/base/glibc/Pkgfile b/base/glibc/Pkgfile index edaf1581d..0b1397f2f 100755 --- a/base/glibc/Pkgfile +++ b/base/glibc/Pkgfile @@ -64,7 +64,7 @@ esac fi for i in drm.h drm_sarea.h i915_drm.h \ mga_drm.h r128_drm.h radeon_drm.h savage_drm.h \ - sis_drm.h via_drm.h drm_mode.h + sis_drm.h via_drm.h drm_mode.h nouveau_drm.h do rm $PKG/usr/include/drm/$i done } |