diff options
| -rw-r--r-- | meta-oe/recipes-support/zbar/zbar_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/zbar/zbar_git.bb b/meta-oe/recipes-support/zbar/zbar_git.bb index 17084f830e..3be1f27a6f 100644 --- a/meta-oe/recipes-support/zbar/zbar_git.bb +++ b/meta-oe/recipes-support/zbar/zbar_git.bb | |||
| @@ -24,7 +24,7 @@ PACKAGECONFIG ??= "\ | |||
| 24 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | 24 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | PACKAGECONFIG ??= "video python3" | 27 | PACKAGECONFIG ??= "video" |
| 28 | 28 | ||
| 29 | inherit autotools pkgconfig gettext \ | 29 | inherit autotools pkgconfig gettext \ |
| 30 | ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native', '', d)} \ | 30 | ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native', '', d)} \ |
