diff options
Diffstat (limited to 'recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc')
| -rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc index e284fbce7..c16da6717 100644 --- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc +++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc | |||
| @@ -8,12 +8,14 @@ PE = "3" | |||
| 8 | 8 | ||
| 9 | inherit autotools-brokensep update-rc.d pkgconfig | 9 | inherit autotools-brokensep update-rc.d pkgconfig |
| 10 | 10 | ||
| 11 | DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 imx-gpu-viv pixman" | 11 | DEPENDS += "virtual/xserver virtual/libx11 virtual/libgal-x11 imx-gpu-viv virtual/libg2d pixman" |
| 12 | 12 | ||
| 13 | LIC_FILES_CHKSUM = "file://COPYING-MIT;md5=b5e9d9f5c02ea831ab3ecf802bb7c4f3" | 13 | LIC_FILES_CHKSUM = "file://COPYING-MIT;md5=b5e9d9f5c02ea831ab3ecf802bb7c4f3" |
| 14 | 14 | ||
| 15 | SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${PV}.tar.gz \ | 15 | SRC_URI = "git://source.codeaurora.org/external/imx/xf86-video-imx-vivante.git;protocol=https;branch=${SRCBRANCH} \ |
| 16 | file://rc.autohdmi" | 16 | file://rc.autohdmi" |
| 17 | |||
| 18 | S = "${WORKDIR}/git/" | ||
| 17 | 19 | ||
| 18 | INITSCRIPT_PACKAGES = "xserver-xorg-extension-viv-autohdmi" | 20 | INITSCRIPT_PACKAGES = "xserver-xorg-extension-viv-autohdmi" |
| 19 | INITSCRIPT_NAME = "rc.autohdmi" | 21 | INITSCRIPT_NAME = "rc.autohdmi" |
| @@ -30,8 +32,6 @@ CFLAGS += "-I${STAGING_INCDIR}/xorg \ | |||
| 30 | -I${STAGING_INCDIR}/drm \ | 32 | -I${STAGING_INCDIR}/drm \ |
| 31 | -I../../DRI_1.10.4/src" | 33 | -I../../DRI_1.10.4/src" |
| 32 | 34 | ||
| 33 | S = "${WORKDIR}/xserver-xorg-video-imx-viv-${PV}/" | ||
| 34 | |||
| 35 | PACKAGES =+ "xserver-xorg-extension-viv-autohdmi" | 35 | PACKAGES =+ "xserver-xorg-extension-viv-autohdmi" |
| 36 | 36 | ||
| 37 | # FIXME: The Freescale provided Makefile has hardcodec include paths | 37 | # FIXME: The Freescale provided Makefile has hardcodec include paths |
| @@ -53,7 +53,7 @@ do_install_append () { | |||
| 53 | find ${D}${includedir} -type f -exec chmod 660 {} \; | 53 | find ${D}${includedir} -type f -exec chmod 660 {} \; |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | RDEPENDS_${PN} += "libvivante-dri-mx6 \ | 56 | RDEPENDS_${PN} += "libvivante-dri-imx \ |
| 57 | xserver-xorg-module-exa \ | 57 | xserver-xorg-module-exa \ |
| 58 | mesa-driver-swrast \ | 58 | mesa-driver-swrast \ |
| 59 | xserver-xorg-extension-dri \ | 59 | xserver-xorg-extension-dri \ |
| @@ -70,4 +70,4 @@ FILES_${PN}-dbg = "${libdir}/*/*/*/.debug ${libdir}/.debug/libfsl_x11_ext${SOLIB | |||
| 70 | FILES_xserver-xorg-extension-viv-autohdmi = " ${libdir}/libfsl_x11_ext${SOLIBS} ${exec_prefix}/bin/autohdmi ${sysconfdir}/init.d/rc.autohdmi" | 70 | FILES_xserver-xorg-extension-viv-autohdmi = " ${libdir}/libfsl_x11_ext${SOLIBS} ${exec_prefix}/bin/autohdmi ${sysconfdir}/init.d/rc.autohdmi" |
| 71 | 71 | ||
| 72 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 72 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
| 73 | COMPATIBLE_MACHINE = "(mx6)" | 73 | COMPATIBLE_MACHINE = "(mx6|mx7ulp)" |
