Commit 89f9212e authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

remove unused XInput.h

parent 881979bd
...@@ -28,7 +28,6 @@ override_dh_install: ...@@ -28,7 +28,6 @@ override_dh_install:
# remove extras, GL, and other unneeded headers # remove extras, GL, and other unneeded headers
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/GL/ rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/GL/
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/XInput.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/XK*.h rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/XK*.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/*Xv*.h rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/*Xv*.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/XRes*.h rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/XRes*.h
......
...@@ -53,7 +53,7 @@ EXTRAHEADERS = \ ...@@ -53,7 +53,7 @@ EXTRAHEADERS = \
HEADERS = \ HEADERS = \
xcmiscstr.h \ xcmiscstr.h \
bigreqstr.h \ bigreqstr.h \
XI.h XInput.h XIproto.h \ XI.h XIproto.h \
xtestconst.h xtestext1.h xteststr.h \ xtestconst.h xtestext1.h xteststr.h \
XKB.h XKBgeom.h XKBproto.h XKBstr.h XKBsrv.h \ XKB.h XKBgeom.h XKBproto.h XKBstr.h XKBsrv.h \
Xdbeproto.h \ Xdbeproto.h \
......
...@@ -411,7 +411,6 @@ chmod 755 %{buildroot}%{_libdir}/lib*.so* ...@@ -411,7 +411,6 @@ chmod 755 %{buildroot}%{_libdir}/lib*.so*
#Remove extras, GL, and other unneeded headers #Remove extras, GL, and other unneeded headers
rm -r %{buildroot}%{_includedir}/GL rm -r %{buildroot}%{_includedir}/GL
rm -r %{buildroot}%{_includedir}/nx-X11/extensions/XInput.h
rm -r %{buildroot}%{_includedir}/nx-X11/extensions/XK*.h rm -r %{buildroot}%{_includedir}/nx-X11/extensions/XK*.h
rm -r %{buildroot}%{_includedir}/nx-X11/extensions/*Xv*.h rm -r %{buildroot}%{_includedir}/nx-X11/extensions/*Xv*.h
rm -r %{buildroot}%{_includedir}/nx-X11/extensions/dpms.h rm -r %{buildroot}%{_includedir}/nx-X11/extensions/dpms.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment