<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>119035</bug_id>
          
          <creation_ts>2013-07-23 22:41:48 -0700</creation_ts>
          <short_desc>[EFL][CMAKE] Fix wrong syntax about option commands</short_desc>
          <delta_ts>2013-07-25 01:28:30 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit EFL</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryuan Choi">ryuan.choi</reporter>
          <assigned_to name="Ryuan Choi">ryuan.choi</assigned_to>
          <cc>cdumez</cc>
    
    <cc>commit-queue</cc>
    
    <cc>gyuyoung.kim</cc>
    
    <cc>kalyan.kondapally</cc>
    
    <cc>laszlo.gombos</cc>
    
    <cc>lucas.de.marchi</cc>
    
    <cc>rakuco</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>911225</commentid>
    <comment_count>0</comment_count>
    <who name="Ryuan Choi">ryuan.choi</who>
    <bug_when>2013-07-23 22:41:48 -0700</bug_when>
    <thetext>Second value of option command should be description.

option(&lt;option_variable&gt; &quot;help string describing option&quot; [initial value])

http://www.cmake.org/cmake/help/v2.8.11/cmake.html#command:option</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>911226</commentid>
    <comment_count>1</comment_count>
      <attachid>207374</attachid>
    <who name="Ryuan Choi">ryuan.choi</who>
    <bug_when>2013-07-23 22:45:04 -0700</bug_when>
    <thetext>Created attachment 207374
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>911237</commentid>
    <comment_count>2</comment_count>
      <attachid>207374</attachid>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2013-07-24 00:25:31 -0700</bug_when>
    <thetext>Comment on attachment 207374
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=207374&amp;action=review

&gt; Source/cmake/OptionsEfl.cmake:211
&gt; +    option(ENABLE_EGL &quot;Enable EGL Support&quot;)

Shouldn&apos;t we keep ON as 3rd argument? It seems the default value is OFF otherwise.

&gt; Source/cmake/OptionsEfl.cmake:221
&gt; +        option(ENABLE_GLES2 &quot;Enable GLES Support&quot;)

Ditto.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>911248</commentid>
    <comment_count>3</comment_count>
    <who name="Ryuan Choi">ryuan.choi</who>
    <bug_when>2013-07-24 00:51:26 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; (From update of attachment 207374 [details])
&gt; View in context: https://bugs.webkit.org/attachment.cgi?id=207374&amp;action=review
&gt; 
&gt; &gt; Source/cmake/OptionsEfl.cmake:211
&gt; &gt; +    option(ENABLE_EGL &quot;Enable EGL Support&quot;)
&gt; 
&gt; Shouldn&apos;t we keep ON as 3rd argument? It seems the default value is OFF otherwise.
&gt; 
&gt; &gt; Source/cmake/OptionsEfl.cmake:221
&gt; &gt; +        option(ENABLE_GLES2 &quot;Enable GLES Support&quot;)
&gt; 
&gt; Ditto.

Yes, so these were OFF as default. (Now, ON is just description)
It is the reason why I make this patch. :)

I traced original bugs and they intended OFF.
https://bugs.webkit.org/show_bug.cgi?id=105602
https://bugs.webkit.org/show_bug.cgi?id=105816</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>911262</commentid>
    <comment_count>4</comment_count>
      <attachid>207374</attachid>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2013-07-24 01:55:15 -0700</bug_when>
    <thetext>Comment on attachment 207374
Patch

Ok. r=me. No behavior change, just proper description.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>911266</commentid>
    <comment_count>5</comment_count>
      <attachid>207374</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-07-24 02:56:43 -0700</bug_when>
    <thetext>Comment on attachment 207374
Patch

Clearing flags on attachment: 207374

Committed r153080: &lt;http://trac.webkit.org/changeset/153080&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>911267</commentid>
    <comment_count>6</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-07-24 02:56:46 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>911533</commentid>
    <comment_count>7</comment_count>
      <attachid>207374</attachid>
    <who name="Kalyan">kalyan.kondapally</who>
    <bug_when>2013-07-25 01:26:19 -0700</bug_when>
    <thetext>Comment on attachment 207374
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=207374&amp;action=review

&gt; Source/cmake/OptionsEfl.cmake:222
&gt;  

Didn&apos;t follow this completely. In this case GLES support should be enabled(We force GLES usage with EGL).If I understood it right this will default to off now unless we enable both EGL and GLES options</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>911535</commentid>
    <comment_count>8</comment_count>
      <attachid>207374</attachid>
    <who name="Kalyan">kalyan.kondapally</who>
    <bug_when>2013-07-25 01:28:30 -0700</bug_when>
    <thetext>Comment on attachment 207374
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=207374&amp;action=review

&gt; Source/cmake/OptionsEfl.cmake:223
&gt;          if (ENABLE_GLES2)

sorry, ignore my comment.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>207374</attachid>
            <date>2013-07-23 22:45:04 -0700</date>
            <delta_ts>2013-07-25 01:28:30 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-119035-20130724144502.patch</filename>
            <type>text/plain</type>
            <size>1544</size>
            <attacher name="Ryuan Choi">ryuan.choi</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTUzMDc0CmRpZmYgLS1naXQgYS9Tb3VyY2UvY21ha2UvT3B0
aW9uc0VmbC5jbWFrZSBiL1NvdXJjZS9jbWFrZS9PcHRpb25zRWZsLmNtYWtlCmluZGV4IDVhZGI1
NDk5Mjg5MDJkY2YyNjQwNjYzZWY0YzMyZDVhODY5NjcxZGIuLjQyMDM2ZDE1ZGQ1NWQ0NGJkOTM0
ZDYxMTgzYjQwNTA0MWVhZTU0ODMgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9jbWFrZS9PcHRpb25zRWZs
LmNtYWtlCisrKyBiL1NvdXJjZS9jbWFrZS9PcHRpb25zRWZsLmNtYWtlCkBAIC0yMDgsNyArMjA4
LDcgQEAgaWYgKEVOQUJMRV9XRUJHTCBPUiBXVEZfVVNFX1RJTEVEX0JBQ0tJTkdfU1RPUkUpCiAg
ICAgICAgIGFkZF9kZWZpbml0aW9ucygtREhBVkVfR0xYKQogICAgIGVuZGlmICgpCiAKLSAgICBv
cHRpb24oRU5BQkxFX0VHTCBPTikKKyAgICBvcHRpb24oRU5BQkxFX0VHTCAiRW5hYmxlIEVHTCBT
dXBwb3J0IikKIAogICAgIGlmIChFTkFCTEVfRUdMKQogICAgICAgICBmaW5kX3BhY2thZ2UoRUdM
IFJFUVVJUkVEKQpAQCAtMjE4LDcgKzIxOCw3IEBAIGlmIChFTkFCTEVfV0VCR0wgT1IgV1RGX1VT
RV9USUxFRF9CQUNLSU5HX1NUT1JFKQogICAgICAgICBzZXQoV1RGX1VTRV9FR0wgMSkKICAgICAg
ICAgc2V0KFVTRV9HUkFQSElDU19TVVJGQUNFIDEpCiAgICAgICAgIGFkZF9kZWZpbml0aW9ucygt
RFdURl9VU0VfRUdMPTEpCi0gICAgICAgIG9wdGlvbihFTkFCTEVfR0xFUzIgT04pCisgICAgICAg
IG9wdGlvbihFTkFCTEVfR0xFUzIgIkVuYWJsZSBHTEVTIFN1cHBvcnQiKQogCiAgICAgICAgIGlm
IChFTkFCTEVfR0xFUzIpCiAgICAgICAgICAgICBmaW5kX3BhY2thZ2UoR0xFUyBSRVFVSVJFRCkK
ZGlmZiAtLWdpdCBhL0NoYW5nZUxvZyBiL0NoYW5nZUxvZwppbmRleCA5YWNkYTBlNTk0NzFkMmE3
NDg4NjU3ZDk4ZDMwZmQ1NGYxMDBlZTU4Li45MGI2ZjJhZmE5NjE5NDM5YTQwZWYxYzJjNjE1ZjVj
YzU2ODE1MjFjIDEwMDY0NAotLS0gYS9DaGFuZ2VMb2cKKysrIGIvQ2hhbmdlTG9nCkBAIC0xLDMg
KzEsMTQgQEAKKzIwMTMtMDctMjMgIFJ5dWFuIENob2kgIDxyeXVhbi5jaG9pQHNhbXN1bmcuY29t
PgorCisgICAgICAgIFtFRkxdW0NNQUtFXSBGaXggd3Jvbmcgc3ludGF4IGFib3V0IG9wdGlvbiBj
b21tYW5kcworICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9
MTE5MDM1CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAg
c2Vjb25kIGFyZ3VtZW50IG9mIGNtYWtlIG9wdGlvbiBjb21tYW5kIHNob3VsZCBiZSBkZXNjcmlw
dGlvbi4KKworICAgICAgICAqIFNvdXJjZS9jbWFrZS9PcHRpb25zRWZsLmNtYWtlOiBBZGRlZCBk
ZXNjcmlwdGlvbiBpbnN0ZWFkIG9mIHdyb25nIGluaXRpYWwgdmFsdWUuCisKIDIwMTMtMDctMjMg
IFRpbSBIb3J0b24gIDx0aW1vdGh5X2hvcnRvbkBhcHBsZS5jb20+CiAKICAgICAgICAgQWRkIGEg
dGVzdCBmb3IgcGx1Zy1pbiB1bmF2YWlsYWJpbGl0eSBpbmRpY2F0b3Igb2JzY3VyaXR5IGRldGVj
dGlvbgo=
</data>

          </attachment>
      

    </bug>

</bugzilla>