Skip to content

Commit

Permalink
Fix Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Aug 12, 2024
1 parent 8bab0e5 commit 8bccfed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions addons/conda/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ set -e -x
mkdir -pm755 build
pushd build

export XDG_DATA_DIRS="${XDG_DATA_DIRS+${XDG_DATA_DIRS}:}${PREFIX}/share:${BUILD_PREFIX}/share"
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH+${PKG_CONFIG_PATH}:}${PREFIX}/lib/pkgconfig:${BUILD_PREFIX}/lib/pkgconfig"
export XDG_DATA_DIRS="${XDG_DATA_DIRS}:${PREFIX}/share:${BUILD_PREFIX}/share"
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:${PREFIX}/lib/pkgconfig:${BUILD_PREFIX}/lib/pkgconfig"
export PKG_CONFIG="${BUILD_PREFIX}/bin/pkgconfig"

# Build and install GStreamer
Expand Down
5 changes: 1 addition & 4 deletions addons/conda/build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ requirements:
- cross-python_{{ target_platform }} {{ python }} # [build_platform != target_platform]
- cargo-c
- pkg-config
- autoconf
- automake
- bash-completion
- binutils
- {{ posix }}bison
- file
Expand All @@ -58,10 +55,10 @@ requirements:
- git
- git-lfs
- gmp
- glib
- gobject-introspection
- gsl
- libcap
- libiconv
- libtool
- libgcrypt
- nasm
Expand Down

0 comments on commit 8bccfed

Please sign in to comment.