summaryrefslogtreecommitdiffstats
path: root/base/glibc
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-24 01:52:12 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-24 01:52:12 +0200
commit2a2906ae93beecc50dfcdaca6beace2f541647b0 (patch)
tree9726790e0beded46eea32b26563a7550ddea0007 /base/glibc
parent4b308f3f2555cf9f02eefda21c9ec391ec221f95 (diff)
downloadnutyx-pakxe-2a2906ae93beecc50dfcdaca6beace2f541647b0.tar.gz
nutyx-pakxe-2a2906ae93beecc50dfcdaca6beace2f541647b0.tar.bz2
nutyx-pakxe-2a2906ae93beecc50dfcdaca6beace2f541647b0.tar.xz
nutyx-pakxe-2a2906ae93beecc50dfcdaca6beace2f541647b0.zip
glibc, suppression de nouveau_drm.h
Diffstat (limited to 'base/glibc')
-rw-r--r--base/glibc/.footprint1
-rwxr-xr-xbase/glibc/Pkgfile2
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
}