diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 08:41:10 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 09:53:15 +0200 |
commit | 2531ea35b2d93c07bdff8d8f2cde72db971fe4cb (patch) | |
tree | ac2414530e1052ac514cedf3eda064167c9c5148 /recipes/xorg-lib/pixman_0.16.2.bb | |
parent | 7d9b0799a0195574e5f1eb658d22fa0b118efb4a (diff) |
xorg-lib: oe-stylize
* require in oe-stylize script was moved to top
* reminders were removed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/pixman_0.16.2.bb')
-rw-r--r-- | recipes/xorg-lib/pixman_0.16.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-lib/pixman_0.16.2.bb b/recipes/xorg-lib/pixman_0.16.2.bb index 89a4b7c06f..399bb6a152 100644 --- a/recipes/xorg-lib/pixman_0.16.2.bb +++ b/recipes/xorg-lib/pixman_0.16.2.bb @@ -1,7 +1,7 @@ require pixman.inc PR = "${INC_PR}.1" -EXTRA_OECONF = "--disable-gtk" - SRC_URI[archive.md5sum] = "02bd3669f53c404c19980d5efb6f86fb" SRC_URI[archive.sha256sum] = "05f78c2fd3a5f054c0d716e8ba1b67a0c04a7a7e642d6946828ec383b389d185" + +EXTRA_OECONF = "--disable-gtk" |