1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
7 'use_system_minigbm%': 0,
10 ['use_system_minigbm==0', {
13 'target_name': 'minigbm',
14 'type': 'static_library',
16 '../../build/linux/system.gyp:libdrm',
33 'direct_dependent_settings': {
40 }, { # 'use_system_minigbm!=0
43 'target_name': 'minigbm',
45 'direct_dependent_settings': {
47 '<!@(<(pkg-config) --cflags gbm)',
52 '<!@(<(pkg-config) --libs-only-L --libs-only-other gbm)',
55 '<!@(<(pkg-config) --libs-only-l gbm)',