aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eel/eel_2.12.2.bb
blob: 88682b5b35fbdbca53ebf81d410e1c875205e908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# eel OE build file
# Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
# Released under the MIT license (see packages/COPYING)

inherit gnome
PR = "r2"

LICENSE="GPL"
SRC_URI += "file://configure.patch;patch=1"

DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui virtual/gail"
EXTRA_OECONF = "--disable-gtk-doc"


do_stage() {
autotools_stage_all
}