diff options
author | rbuj <[email protected]> | 2020-01-26 13:02:18 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-10 00:37:02 +0100 |
commit | e713760554c0b130b6d3b7e46e2a91746b894224 (patch) | |
tree | bdb68464c495388666c507bbd5bd27403d596427 /.travis.yml | |
parent | a956971b492c65c452dbab46bb81cafb9e0e85d0 (diff) | |
download | caja-extensions-e713760554c0b130b6d3b7e46e2a91746b894224.tar.bz2 caja-extensions-e713760554c0b130b6d3b7e46e2a91746b894224.tar.xz |
sendto: use gresources for UI files
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1f16c22..094e597 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,6 +94,7 @@ requires: - libgupnp-1.2-dev - libmate-desktop-dev - libstartup-notification0-dev + - libxml2-utils - make - mate-common - pkg-config @@ -129,6 +130,7 @@ requires: - libgupnp-1.2-dev - libmate-desktop-dev - libstartup-notification0-dev + - libxml2-utils - make - mate-common - pkg-config |