Upstream version 11.39.256.0
[platform/framework/web/crosswalk.git] / src / xwalk / build / system.gyp
index bac9cff..23dfc03 100644 (file)
     ['tizen==1', {
       'targets': [
         {
+          'target_name': 'tizen_tzplatform_config',
+          'type': 'none',
+          'variables': {
+            'packages': [
+              'libtzplatform-config',
+            ],
+          },
+          'direct_dependent_settings': {
+            'cflags': [
+              '<!@(pkg-config --cflags <@(packages))',
+            ],
+          },
+          'link_settings': {
+            'ldflags': [
+              '<!@(pkg-config --libs-only-L --libs-only-other <@(packages))',
+            ],
+            'libraries': [
+              '<!@(pkg-config --libs-only-l <@(packages))',
+            ],
+          },
+        },
+        {
           'target_name': 'tizen_geolocation',
           'type': 'none',
           'variables': {
@@ -56,7 +78,6 @@
           'type': 'none',
           'variables': {
             'packages': [
-              'libtzplatform-config',
               'ail',
               'dlog',
               'nss',