Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 463550
Collapse All | Expand All

(-)a/build/linux/system.gyp (+12 lines)
Lines 459-469 Link Here
459
      'dependencies': [
459
      'dependencies': [
460
        '../../base/base.gyp:base',
460
        '../../base/base.gyp:base',
461
      ],
461
      ],
462
      'conditions': [
463
        ['OS=="linux"', {
464
          'include_dirs': [
465
            '<(sysroot)/usr/include/speech-dispatcher',
466
          ],
467
        }],
468
      ],
462
      'direct_dependent_settings': {
469
      'direct_dependent_settings': {
463
        'include_dirs': [
470
        'include_dirs': [
464
          '<(SHARED_INTERMEDIATE_DIR)',
471
          '<(SHARED_INTERMEDIATE_DIR)',
465
        ],
472
        ],
466
        'conditions': [
473
        'conditions': [
474
          ['OS=="linux"', {
475
            'include_dirs+': [
476
              '<(sysroot)/usr/include/speech-dispatcher',
477
            ],
478
          }],
467
          ['linux_link_libspeechd==1', {
479
          ['linux_link_libspeechd==1', {
468
            'link_settings': {
480
            'link_settings': {
469
              'libraries': [
481
              'libraries': [

Return to bug 463550