Upstream version 11.39.258.0
[platform/framework/web/crosswalk.git] / src / xwalk / build / system.gyp
index 23dfc03..3886421 100644 (file)
             ],
           },
         },
+        {
+          'target_name': 'xmlsec',
+          'type': 'none',
+          'direct_dependent_settings': {
+            'cflags': [
+              '<!@(pkg-config --cflags xmlsec1)',
+            ],
+          },
+          'link_settings': {
+            'ldflags': [
+              '<!@(pkg-config --libs-only-L --libs-only-other xmlsec1)',
+            ],
+            'libraries': [
+              '<!@(pkg-config --libs-only-l xmlsec1)',
+            ],
+          },
+        }
       ],  # targets
     }],
   ],  # conditions