repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nm-applet: fix some buildproblems
[openembedded.git]
/
recipes
/
bluez
/
bluez-cups-backend_3.36.bb
blob
4bcb962f3c0e41adafd9dc37758973cf33bea5bd
1
require bluez
-
utils3.inc
2
3
4
DEPENDS
+=
"cups"
5
6
# see bluez
-
utils3.inc
for
the explanation of these option
7
EXTRA_OECONF
=
" \
8
--enable-bccmd \
9
--enable-hid2hci \
10
--disable-alsa \
11
--enable-cups \
12
--enable-glib \
13
--disable-sdpd \
14
--enable-network \
15
--enable-serial \
16
--enable-input \
17
--enable-audio \
18
--enable-echo \
19
--enable-configfile \
20
--enable-initscripts \
21
--enable-test \
22
"
23
24
25
FILES_$
{
PN
} =
"${libdir}/cups/backend/bluetooth"
26
RDEPENDS_$
{
PN
} =
"cups"