Home
last modified time | relevance | path

Searched +full:libdbus +full:- +full:1 +full:- +full:dev (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/roles/dbus/
DREADME.md3 ## DBUS-related distro packages
5 Fedora: dbus-devel
6 Debian / Ubuntu: libdbus-1-dev
12 $ cmake .. -DLWS_ROLE_DBUS=1 -DLWS_DBUS_INCLUDE2="/usr/lib64/dbus-1.0/include"
17 $ cmake .. -DLWS_ROLE_DBUS=1 -DLWS_DBUS_INCLUDE2="/usr/lib/x86_64-linux-gnu/dbus-1.0/include"
22 forced to allow cross-build.
26 `/usr/include/dbus-1.0`... if the directory exists, it is used.
28 For `LWS_DBUS_INCLUDE2`, it is the arch-specific dbus header which may be
30 `/usr/lib[64]/dbus-1.0/include`... if not given externally, lws cmake will
31 try `/usr/lib64/dbus-1.0/include`. On Debian / Ubuntu, the package installs
[all …]
/third_party/libwebsockets/scripts/
Dtravis_install.sh3 if [ "$COVERITY_SCAN_BRANCH" == 1 ]; then exit; fi
7 sudo apt-get update -qq
9 if [ "$LWS_METHOD" == "lwsws" -o "$LWS_METHOD" == "lwsws2" ];
11 …sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev libdbus-1-dev valgrind mosquitto
12 sudo apt-get remove python-six
17 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz2
21 sudo update-ca-certificates
24 if [ "$LWS_METHOD" == "mbedtls" -o "$LWS_METHOD" == "ss+mbedtls" ];
26 sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev valgrind
27 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz2
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/x86_64-gnu-tools/
DDockerfile4 RUN apt-get update && apt-get install -y --no-install-recommends \
7 ninja-build \
10 ca-certificates \
14 libssl-dev \
16 xz-utils \
20 gconf-service \
22 libatk1.0-0 \
23 libatk-bridge2.0-0 \
27 libdbus-1-3 \
32 libgconf-2-4 \
[all …]
/third_party/rust/crates/rustix/.github/workflows/
Dtest-users.yml10 runs-on: ${{ matrix.os }}
15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e…
17 - build: ubuntu
18 os: ubuntu-latest
20 - build: i686-linux
21 os: ubuntu-latest
23 target: i686-unknown-linux-gnu
24 gcc_package: gcc-i686-linux-gnu
25 gcc: i686-linux-gnu-gcc
26 libc_package: libc-dev-i386-cross
[all …]