]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
clean third_party mesa
authorElan Ruusamäe <glen@delfi.ee>
Sun, 3 Mar 2013 20:25:07 +0000 (22:25 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 3 Mar 2013 20:25:07 +0000 (22:25 +0200)
only headers needed, even if building with bundled mesa

clean-source.sh

index 539d825ee21e891a6909097e0a5263657a936845..24ee663afa408c140278bc2d17ad0e09886418ae 100755 (executable)
@@ -560,7 +560,11 @@ clean_third_party() {
                \! -path 'third_party/libxml/chromium/*' \
                \! -path 'third_party/libyuv/*' \
                \! -path 'third_party/lss/*.h' \
-               \! -path 'third_party/mesa/*' \
+               \! -path 'third_party/mesa/MesaLib/include/GL/gl.h' \
+               \! -path 'third_party/mesa/MesaLib/include/GL/glext.h' \
+               \! -path 'third_party/mesa/MesaLib/include/GL/glx.h' \
+               \! -path 'third_party/mesa/MesaLib/include/GL/glxext.h' \
+               \! -path 'third_party/mesa/MesaLib/include/GL/osmesa.h' \
                \! -path 'third_party/modp_b64/*' \
                \! -path 'third_party/mt19937ar/*' \
                \! -path 'third_party/npapi/*' \
This page took 0.045412 seconds and 4 git commands to generate.