blob: 50653dc85c42b3fc70fe9f0a19d2c58ff11ac764 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# nautilus OE build file
# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
PR = "r2"
inherit gnome
LICENSE="GPL"
DEPENDS = "librsvg libexif eel esound gnome-desktop"
RRECOMMENDS = "shared-mime-info"
EXTRA_OECONF = "--disable-gtk-doc"
PACKAGES += " libnautilus"
FILES_${PN} += "${datadir}/icons /usr/libexec/ "
FILES_libnautilus = "/usr/lib/*.so*"
FILES_${PN}-dbg += "/usr/libexec/.debug"
do_stage() {
autotools_stage_all
}
|