Module: Mesa
Branch: master
Commit: 5a32dda8e6f5780ed5e0927486f5eb4971d0162b
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a32dda8e6f5780ed5e0927486f5eb4971d0162b

Author: Eric Engestrom <[email protected]>
Date:   Tue Mar  5 10:40:51 2019 +0000

meson: use existing variables in inc_common

Stepping stone to make review of the next commits easier.

Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4360>

---

 src/meson.build | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/meson.build b/src/meson.build
index accb7a9806d..992a9739930 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -18,8 +18,6 @@
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 # SOFTWARE.
 
-inc_common = [inc_include, include_directories(
-  '.', 'mapi', 'mesa', 'gallium/include', 'gallium/auxiliary')]
 inc_mesa = include_directories('mesa')
 inc_mapi = include_directories('mapi')
 inc_src = include_directories('.')
@@ -27,6 +25,7 @@ inc_gallium = include_directories('gallium/include')
 inc_gallium_aux = include_directories('gallium/auxiliary')
 inc_amd_common = include_directories('amd/common')
 inc_amd_common_llvm = include_directories('amd/llvm')
+inc_common = [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, 
inc_gallium_aux]
 
 libglsl_util = static_library(
   'glsl_util',

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to