Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libhybris: add package #5460

Draft
wants to merge 11 commits into
base: dev
Choose a base branch
from
Draft

libhybris: add package #5460

wants to merge 11 commits into from

Conversation

Chi-EEE
Copy link
Contributor

@Chi-EEE Chi-EEE commented Oct 9, 2024

No description provided.

@Chi-EEE Chi-EEE marked this pull request as draft October 10, 2024 07:32
add_urls("https://github.com/libhybris/libhybris.git")
add_versions("2024.09.01", "936279916605003fba95a0f3629a6bc5e6caa343")

add_deps("autoconf", "automake", "libtool", "pkgconf", "ndk")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove ndk deps

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename pkgconf to pkg-config

local ndk_version = package:dep("ndk"):version()
local ndk_version_major = ndk_version:major() or 0
local ndk_version_minor = ndk_version:minor() or 0
local ndk_version_patch = ndk_version:patch() or 0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see

local ndkver = ndk:config("ndkver")


add_deps("autoconf", "automake", "libtool", "pkgconf", "ndk")

on_install("linux", function (package)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you are using ndk to build android program, please use android platform, not linux

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package is similar to dyncall and allows linux to use android .so files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants