Bug 105634 - [GTK] Fix configure.ac for unprefixed css transforms, animations and transitions
Summary: [GTK] Fix configure.ac for unprefixed css transforms, animations and transitions
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 07:29 PST by Xan Lopez
Modified: 2013-01-04 01:53 PST (History)
4 users (show)

See Also:


Attachments
configure-css.diff (2.59 KB, patch)
2012-12-21 07:32 PST, Xan Lopez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xan Lopez 2012-12-21 07:29:20 PST
There were a bunch of typos and mistakes, so the configure flag was not working.
Comment 1 Xan Lopez 2012-12-21 07:32:20 PST
Created attachment 180519 [details]
configure-css.diff
Comment 2 Martin Robinson 2013-01-03 14:11:29 PST
I wonder if this should just be removed entirely from configure.ac. I'm not sure there's much of a benefit to downstream being able to configure this at build-time.
Comment 3 Zan Dobersek 2013-01-03 23:16:08 PST
(In reply to comment #2)
> I wonder if this should just be removed entirely from configure.ac. I'm not sure there's much of a benefit to downstream being able to configure this at build-time.

There's such patch at bug #105522.
Comment 4 Xan Lopez 2013-01-04 01:53:36 PST
(In reply to comment #3)
> (In reply to comment #2)
> > I wonder if this should just be removed entirely from configure.ac. I'm not sure there's much of a benefit to downstream being able to configure this at build-time.
> 
> There's such patch at bug #105522.

I'm cool with removing it, so I'll close this as WONTFIX and we can land that patch.