surpport seeking the recorded video
[vuplus_openembedded] / recipes / eel / eel_2.26.0.bb
1 # eel OE build file
2 # Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
3 # Released under the MIT license (see packages/COPYING)
4
5 inherit gnome
6 PR = "r0"
7
8 LICENSE="GPL"
9
10 SRC_URI += "file://eel-no-strftime.patch;patch=1"
11
12 DEPENDS = "gnome-vfs gnome-desktop gnome-menus libgnomeui virtual/gail"
13 EXTRA_OECONF = "--disable-gtk-doc"
14
15 do_stage() {
16         autotools_stage_all
17 }