-
Notifications
You must be signed in to change notification settings - Fork 723
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jean-Francois Dagenais
committed
Feb 11, 2019
1 parent
876b48b
commit 7d50291
Showing
4 changed files
with
41 additions
and
72 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ Signed-off-by: Laurentiu Palcu <[email protected]> | |
|
||
Upstream-Status: Inappropriate [configuration] | ||
|
||
Index: x11vnc-0.9.12/x11vnc/x11vnc.desktop | ||
Index: x11vnc-0.9.12/x11vnc.desktop | ||
=================================================================== | ||
--- x11vnc-0.9.12.orig/x11vnc/x11vnc.desktop 2011-03-03 10:33:18.000000000 +0800 | ||
+++ x11vnc-0.9.12/x11vnc/x11vnc.desktop 2011-03-03 10:35:20.000000000 +0800 | ||
--- x11vnc-0.9.12.orig/x11vnc.desktop 2011-03-03 10:33:18.000000000 +0800 | ||
+++ x11vnc-0.9.12/x11vnc.desktop 2011-03-03 10:35:20.000000000 +0800 | ||
@@ -1,7 +1,7 @@ | ||
[Desktop Entry] | ||
Name=X11VNC Server | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
SUMMARY = "Exports your X session on-the-fly via VNC" | ||
HOMEPAGE = "http://www.karlrunge.com/x11vnc/" | ||
|
||
SECTION = "x11/utils" | ||
AUTHOR = "Karl Runge" | ||
LICENSE = "GPLv2+" | ||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
file://src/x11vnc.h;endline=31;md5=e871a2ad004776794b616822dcab6314" | ||
|
||
SRC_URI = "https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz;downloadfilename=x11vnc-${PV}.tar.gz\ | ||
file://starting-fix.patch \ | ||
" | ||
|
||
SRC_URI[md5sum] = "64172e8f896389ec963fff93415f0d93" | ||
SRC_URI[sha256sum] = "885e5b5f5f25eec6f9e4a1e8be3d0ac71a686331ee1cfb442dba391111bd32bd" | ||
|
||
DEPENDS = "\ | ||
jpeg \ | ||
libtasn1 \ | ||
libvncserver \ | ||
openssl \ | ||
p11-kit \ | ||
zlib \ | ||
" | ||
|
||
inherit pkgconfig autotools distro_features_check | ||
|
||
ANY_OF_DISTRO_FEATURES = "x11 fbdev" | ||
|
||
PACKAGECONFIG ??= "\ | ||
${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \ | ||
${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} \ | ||
" | ||
|
||
PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi" | ||
PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama" | ||
PACKAGECONFIG[x11] = "--with-x,--without-x, libxdamage libxext libxfixes libxrandr libxtst virtual/libx11" | ||
|